We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c6f89 commit 04de008Copy full SHA for 04de008
cli/jobs/single-step/r/accidents/docker-context/Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update -qq && \
6
apt-get install -y python3-venv
7
8
RUN /usr/bin/python3 -m venv /usr/venv/
9
+RUN bash /usr/venv/activate
10
11
RUN ln -f /usr/bin/python3 /usr/bin/python
12
RUN ln -f /usr/bin/pip3 /usr/bin/pip
0 commit comments