We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d6a63 commit 88efddaCopy full SHA for 88efdda
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