Skip to content

Commit 2f60da3

Browse files
Merge pull request #3 from sosiouxme/patch-1
base/Dockerfile.rhel: don't use double brackets.
2 parents 4046951 + 36d7f6b commit 2f60da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN INSTALL_PKGS=" \
44
socat findutils lsof bind-utils gzip \
55
procps-ng rsync \
66
" && \
7-
if [[ ! -e /usr/bin/yum ]]; then ln -s /usr/bin/microdnf /usr/bin/yum; fi && \
7+
if [ ! -e /usr/bin/yum ]; then ln -s /usr/bin/microdnf /usr/bin/yum; fi && \
88
yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
99
yum clean all && rm -rf /var/cache/*
1010
LABEL io.k8s.display-name="OpenShift Base" \

0 commit comments

Comments
 (0)