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.
2 parents 4046951 + 36d7f6b commit 2f60da3Copy full SHA for 2f60da3
base/Dockerfile.rhel
@@ -4,7 +4,7 @@ RUN INSTALL_PKGS=" \
4
socat findutils lsof bind-utils gzip \
5
procps-ng rsync \
6
" && \
7
- if [[ ! -e /usr/bin/yum ]]; then ln -s /usr/bin/microdnf /usr/bin/yum; fi && \
+ if [ ! -e /usr/bin/yum ]; then ln -s /usr/bin/microdnf /usr/bin/yum; fi && \
8
yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
9
yum clean all && rm -rf /var/cache/*
10
LABEL io.k8s.display-name="OpenShift Base" \
0 commit comments