We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558c841 commit 1cfaa3dCopy full SHA for 1cfaa3d
Dockerfile
@@ -77,10 +77,6 @@ RUN apt-get install --no-install-recommends -y pkg-config automake build-essenti
77
apt-get clean && \
78
rm -rf /var/lib/apt/lists/*
79
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
-
84
# prepare OpenGrok binaries and directories
85
# hadolint ignore=DL3010
86
COPY --from=build opengrok.tar.gz /opengrok.tar.gz
0 commit comments