Skip to content

Commit 8b0633d

Browse files
authored
Merge pull request #119 from lavie/fix-dockerfile
Update Dockerfile
2 parents 510a336 + 7715fa8 commit 8b0633d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ FROM docker
22

33
ARG VERSION
44

5-
RUN apk add --no-cache python3 curl
6-
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
7-
RUN python3 get-pip.py
8-
RUN pip install runlike==$VERSION
5+
RUN apk add --no-cache python3 py3-pip
6+
RUN pip3 install runlike==$VERSION
97

108
ENTRYPOINT ["runlike"]

0 commit comments

Comments
 (0)