Skip to content

Commit cc5c83b

Browse files
authored
Merge pull request #120 from lavie/fix-pip-install
Update Dockerfile
2 parents 0603a6c + 6062783 commit cc5c83b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM docker
33
ARG VERSION
44

55
RUN apk add --no-cache python3 py3-pip
6+
7+
RUN python3 -m venv /app/venv
8+
ENV PATH="/app/venv/bin:$PATH"
69
RUN pip3 install runlike==$VERSION
710

811
ENTRYPOINT ["runlike"]

0 commit comments

Comments
 (0)