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 ebb10fb commit a964839Copy full SHA for a964839
base/ubi9-python-3.11/Dockerfile
@@ -11,7 +11,7 @@ RUN mkdir --parents "${APP_ROOT}/src" && chmod --recursive 0771 ${APP_ROOT} && c
11
useradd --uid 1001 --gid 0 --no-create-home --home-dir "${APP_ROOT}/src" \
12
--comment "Default Application User" --shell /bin/bash default && \
13
dnf install -y python311-pip && dnf clean all && rm -rf /var/cache/yum/* && \
14
-COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/fix-permissions
+COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/rpm-file-permissions /usr/bin/
15
16
USER 1001
17
RUN python${PYTHON_VERSION} -m venv "${VIRTUAL_ENV}"
0 commit comments