Skip to content

Commit

Permalink
Drop git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jan 8, 2019
1 parent 1d4b306 commit 9de4297
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \

COPY requirements.pip /tmp/requirements.pip

RUN apk add --no-cache python3 ca-certificates openssl git openssh-client && \
RUN apk add --no-cache python3 ca-certificates openssl openssh-client && \
apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev openssl-dev && \
python3 -m ensurepip && \
rm -r /usr/lib/python*/ensurepip && \
Expand All @@ -24,4 +24,3 @@ RUN apk add --no-cache python3 ca-certificates openssl git openssh-client && \
ENV SSH_PRIVATE_KEY ""
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
# CMD [ "ansible-playbook" ]

0 comments on commit 9de4297

Please sign in to comment.