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

Commit

Permalink
Added docker to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-jarlinghaus authored Jul 2, 2020
1 parent bef5256 commit f0a93ae
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

0 comments on commit f0a93ae

Please sign in to comment.