Skip to content

Commit 1cfaa3d

Browse files
committed
try to remove pip/setuptools global install
1 parent 558c841 commit 1cfaa3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ RUN apt-get install --no-install-recommends -y pkg-config automake build-essenti
7777
apt-get clean && \
7878
rm -rf /var/lib/apt/lists/*
7979

80-
# Update the Python tooling in order to successfully install the opengrok-tools package.
81-
# hadolint ignore=DL3013
82-
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools
83-
8480
# prepare OpenGrok binaries and directories
8581
# hadolint ignore=DL3010
8682
COPY --from=build opengrok.tar.gz /opengrok.tar.gz

0 commit comments

Comments
 (0)