removed curl + added onstart ability

This commit is contained in:
will Farrell
2017-02-14 07:18:25 -07:00
parent 332af352b9
commit c88150ccb2
4 changed files with 35 additions and 10 deletions

View File

@ -1,8 +1,8 @@
FROM library/alpine:3.5
ENV HOME_DIR=/opt/crontab
RUN apk add --no-cache --virtual .run-deps bash curl jq \
&& mkdir -p ${HOME_DIR}
RUN apk add --no-cache --virtual .run-deps bash jq \
&& mkdir -p ${HOME_DIR}/projects
COPY docker-entrypoint /
ENTRYPOINT ["/docker-entrypoint"]