Skip to content

Commit 88efdda

Browse files
committed
no need to activate venv when it is in path
1 parent 43d6a63 commit 88efdda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ WORKDIR /src
1010

1111
ENV PATH=/venv/bin:$PATH
1212
RUN python3.8 -m venv /venv
13-
RUN . /venv/bin/activate
1413
RUN python -m pip install --upgrade tox --no-cache-dir
1514

1615
COPY . /src

0 commit comments

Comments
 (0)