We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bc092 commit 5d50293Copy full SHA for 5d50293
1 file changed
Dockerfile
@@ -3,4 +3,6 @@ MAINTAINER William Budington "bill@eff.org"
3
WORKDIR /opt
4
5
COPY test/rules/requirements.txt /tmp/
6
-RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
+RUN pip install -r /tmp/requirements.txt
7
+RUN pip3 install -r /tmp/requirements.txt
8
+RUN rm /tmp/requirements.txt
0 commit comments