Skip to content

Commit 63b7fad

Browse files
committed
feat: remove useless python environment from Dockerfile.
1 parent 2caa960 commit 63b7fad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile-external

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ RUN apt-get update \
99
&& apt-get install -y --no-install-recommends openjdk-17-jdk wget git gdebi-core \
1010
build-essential tzdata ca-certificates p11-kit
1111

12-
RUN python3 -m venv /opt/venv
13-
14-
ENV PATH="/opt/venv/bin:$PATH"
15-
1612
ENV LANG=C.UTF-8
1713

1814
# Install srcML

0 commit comments

Comments
 (0)