Mercurial > public > ssdt-docker
comparison utils/Dockerfile @ 107:dc3696525de4 feature/djs-DEP-12-docker
merge from default
author | smith@nwoca.org |
---|---|
date | Fri, 21 Apr 2017 17:17:24 +0100 |
parents | b997ad087ac1 |
children | 35fc94e4e080 |
comparison
equal
deleted
inserted
replaced
106:bd1f900972ed | 107:dc3696525de4 |
---|---|
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 && apt-get install -y telnet |
15 | 15 |
16 VOLUME /ssdt | |
17 | |
18 COPY ./docker-entrypoint.sh / | 16 COPY ./docker-entrypoint.sh / |
19 | 17 |
20 RUN chmod a+x ./docker-entrypoint.sh | 18 RUN chmod a+x ./docker-entrypoint.sh |
21 | 19 |
22 ENTRYPOINT ["/docker-entrypoint.sh"] | 20 ENTRYPOINT ["/docker-entrypoint.sh"] |