add base entrypoint to ec2 image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-05-12 01:37:20 +02:00
parent 8dd345591d
commit f5615b26a3

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 \