add base entrypoint to ec2 image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-05-12 01:37:20 +02:00
parent 8dd345591d
commit f5615b26a3
1 changed files with 1 additions and 1 deletions

View File

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