We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1dbd2 commit 284a161Copy full SHA for 284a161
Dockerfile-py3140
@@ -9,6 +9,7 @@ RUN apt-get update \
9
ENV WORKDIR_=/root/base
10
11
WORKDIR $WORKDIR_
12
+COPY ./tests/requirements-minimal.txt .
13
COPY ./tests/requirements-pre314.txt .
14
15
ENV VIRTUAL_ENV="$WORKDIR_/venv"
0 commit comments