Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from hg-jarlinghaus/master
Browse files Browse the repository at this point in the history
Added docker to Dockerfile
  • Loading branch information
youyo authored Jul 2, 2020
2 parents bef5256 + f0a93ae commit 239b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3

RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git && \
RUN apk --update --no-cache add nodejs nodejs-npm python3 py3-pip jq curl bash git docker && \
ln -sf /usr/bin/python3 /usr/bin/python

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 239b705

Please sign in to comment.