Skip to content

Commit 9ed72a0

Browse files
authored
Merge pull request #89 from Preocts/preocts
no need to activate venv when it is in path
2 parents 43d6a63 + 88efdda commit 9ed72a0

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)