We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0603a6c + 6062783 commit cc5c83bCopy full SHA for cc5c83b
Dockerfile
@@ -3,6 +3,9 @@ FROM docker
3
ARG VERSION
4
5
RUN apk add --no-cache python3 py3-pip
6
+
7
+RUN python3 -m venv /app/venv
8
+ENV PATH="/app/venv/bin:$PATH"
9
RUN pip3 install runlike==$VERSION
10
11
ENTRYPOINT ["runlike"]
0 commit comments