File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
4848 else \
4949 LIBKEYBOARD="" ; echo "Warning: arch $(uname -m) not supported" ; \
5050 fi; } \
51- && yum install -y $LIBSECRET $LIBKEYBOARD curl make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon bash tar gzip rsync patch \
51+ && yum install -y $LIBSECRET $LIBKEYBOARD curl make gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon bash tar gzip rsync patch \
5252 && yum -y clean all && rm -rf /var/cache/yum
5353
5454# ########################################################
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
4848 else \
4949 LIBKEYBOARD="" ; echo "Warning: arch $(uname -m) not supported" ; \
5050 fi; } \
51- && yum install -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
51+ && yum install -y $LIBSECRET $LIBKEYBOARD make gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
5252 && yum -y clean all && rm -rf /var/cache/yum
5353
5454# ########################################################
You can’t perform that action at this time.
0 commit comments