Skip to content

Commit

Permalink
fixup extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 8, 2025
1 parent 10f72a9 commit 8f19ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/ubi9-python-3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PIP_NO_CACHE_DIR=off
RUN mkdir --parents "${HOME}" && chmod --recursive 0771 ${APP_ROOT} && chown --recursive 1001:0 ${APP_ROOT} && \
useradd --uid 1001 --gid 0 --no-create-home --home-dir "${HOME}" \
--comment "Default Application User" --shell /bin/bash default && \
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/*
COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/rpm-file-permissions /usr/bin/

USER 1001
Expand Down

0 comments on commit 8f19ff8

Please sign in to comment.