Mercurial > public > ssdt-docker
comparison utils/Dockerfile @ 86:b997ad087ac1
DEP-12: modify utils image to pull production branch from ssdt-docker by default
author | smith@nwoca.org |
---|---|
date | Thu, 22 Sep 2016 01:48:13 +0100 |
parents | 541766977a11 |
children | 35fc94e4e080 |
comparison
equal
deleted
inserted
replaced
83:5fae3adac2af | 86:b997ad087ac1 |
---|---|
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"] |