Minimise docker layers

This commit is contained in:
Simon Bruder 2019-11-01 16:28:18 +00:00 committed by Jakob Lechner
parent 3e89556ae6
commit aedcc9d9bc
6 changed files with 61 additions and 90 deletions

View file

@ -46,7 +46,4 @@ RUN gpg --import /usr/local/share/hashicorp.asc \
WORKDIR /workdir
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
# vim: ts=4 sw=4 sts=4 noet: