Skip to content

Commit

Permalink
Merge pull request #120 from lavie/fix-pip-install
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
lavie authored Sep 9, 2024
2 parents 0603a6c + 6062783 commit cc5c83b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM docker
ARG VERSION

RUN apk add --no-cache python3 py3-pip

RUN python3 -m venv /app/venv
ENV PATH="/app/venv/bin:$PATH"
RUN pip3 install runlike==$VERSION

ENTRYPOINT ["runlike"]

0 comments on commit cc5c83b

Please sign in to comment.