fix entrypoint

This commit is contained in:
Robert Kaussow 2019-09-23 08:37:02 +02:00
parent 140a0e7c3a
commit f831c15708
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ENV PIP_PACKAGES="\
pycrypto \ pycrypto \
" "
COPY ./ec2-entrypoint.sh /docker-entrypoint.sh COPY ./do-entrypoint.sh /docker-entrypoint.sh
RUN \ RUN \
apk update \ apk update \