Skip to content

Commit 9165898

Browse files
authored
refactor(jython): remove Python 2 virtualenv package (#93)
1 parent f6313df commit 9165898

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jython/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ ENV PATH="/root/.local/bin:${JYTHON_HOME}/bin:$PATH"
5757

5858
COPY requirements /tmp/requirements/
5959

60-
RUN set -eux; \
61-
\
62-
python2 -m pip install virtualenv
63-
6460
RUN set -eux; \
6561
\
6662
python -m pip install --requirement \

0 commit comments

Comments
 (0)