Mercurial > public > ssdt-docker
comparison utils/Dockerfile @ 74:541766977a11
add script to connect to telnet console of usxsapp
author | smith@nwoca.org |
---|---|
date | Wed, 23 Mar 2016 16:37:35 +0100 |
parents | 5643072a1af9 |
children | b997ad087ac1 |
comparison
equal
deleted
inserted
replaced
73:d2c44193fbaa | 74:541766977a11 |
---|---|
8 RUN apt-get update -y | 8 RUN apt-get update -y |
9 | 9 |
10 RUN apt-get install -y mercurial \ | 10 RUN apt-get install -y mercurial \ |
11 && apt-get install -y curl \ | 11 && apt-get install -y curl \ |
12 && apt-get install -y vim \ | 12 && apt-get install -y vim \ |
13 && apt-get install -y nano | 13 && apt-get install -y nano \ |
14 && apt-get install -y telnet | |
14 | 15 |
15 VOLUME /ssdt | 16 VOLUME /ssdt |
16 | 17 |
17 COPY ./docker-entrypoint.sh / | 18 COPY ./docker-entrypoint.sh / |
18 | 19 |