Skip to content

Commit

Permalink
Dockerfile: Install tini using the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 11, 2015
1 parent 8ce666a commit b07741c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENV PATH=/opt/conda/bin:$PATH \
CONDA_ENV_PATH=/opt/conda

ADD docker /usr/share/docker
RUN /usr/share/docker/install_tini.sh

ENTRYPOINT [ "/usr/share/docker/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit b07741c

Please sign in to comment.