We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d6a63 + 88efdda commit 9ed72a0Copy full SHA for 9ed72a0
1 file changed
Dockerfile
@@ -10,7 +10,6 @@ WORKDIR /src
10
11
ENV PATH=/venv/bin:$PATH
12
RUN python3.8 -m venv /venv
13
-RUN . /venv/bin/activate
14
RUN python -m pip install --upgrade tox --no-cache-dir
15
16
COPY . /src
0 commit comments