Skip to content

Commit d84a442

Browse files
committed
fixup extra slash
1 parent aa02b11 commit d84a442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/ubi9-python-3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV PIP_NO_CACHE_DIR=off
1111
RUN mkdir --parents "${HOME}" && chmod --recursive 0771 ${APP_ROOT} && chown --recursive 1001:0 ${APP_ROOT} && \
1212
useradd --uid 1001 --gid 0 --no-create-home --home-dir "${HOME}" \
1313
--comment "Default Application User" --shell /bin/bash default && \
14-
dnf install -y python${PYTHON_VERSION}-pip && dnf clean all && rm -rf /var/cache/yum/* && \
14+
dnf install -y python${PYTHON_VERSION}-pip && dnf clean all && rm -rf /var/cache/yum/*
1515
COPY --from=quay.io/sclorg/s2i-core-c9s:latest /usr/bin/fix-permissions /usr/bin/rpm-file-permissions /usr/bin/
1616

1717
USER 1001

0 commit comments

Comments
 (0)