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