We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1c719 commit 1d945d4Copy full SHA for 1d945d4
1 file changed
build/containerfiles/Containerfile
@@ -241,7 +241,7 @@ WORKDIR $CONTAINER_SOURCE/
241
# Install techdocs dependencies using requirements files
242
# hadolint ignore=DL3013,DL3041,SC2086
243
COPY "$EXTERNAL_SOURCE_NESTED"/python/ ./python
244
-RUN microdnf install -y python3.11 python3.11-pip python3.11-devel make cmake cpp gcc gcc-c++ skopeo 1>/dev/null 2>&1; \
+RUN microdnf install -y jq python3.11 python3.11-pip python3.11-devel make cmake cpp gcc gcc-c++ skopeo 1>/dev/null 2>&1; \
245
alternatives --install /usr/bin/python python /usr/bin/python3.11 1 && \
246
alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 && \
247
# fix ownership for pip install folder
0 commit comments