Skip to content

Commit

Permalink
Merge pull request #119 from lavie/fix-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
lavie authored Sep 9, 2024
2 parents 510a336 + 7715fa8 commit 8b0633d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ FROM docker

ARG VERSION

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

ENTRYPOINT ["runlike"]

0 comments on commit 8b0633d

Please sign in to comment.