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

Commit f0a93ae

Browse files
Added docker to Dockerfile
1 parent bef5256 commit f0a93ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3
22

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

66
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)