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.
1 parent 2bd9a5c commit f55bafbCopy full SHA for f55bafb
.github/builder/common.sh
@@ -223,7 +223,7 @@ download_and_verify_builder_rpms() {
223
# packages with the expectation that we will provide them separately if they are no longer
224
# available.
225
docker run -v "${BUILDER_DIR}/rsrc/rpms:/rpms" fedora:21 bash -c \
226
- 'yum -y update && yum install --downloadonly --downloaddir=/rpms coreutils gcc gcc-c++ make which && chmod -R 755 /rpms/'
+ 'yum -y update && yum install --downloadonly --downloaddir=/rpms coreutils gcc gcc-c++ make which tar && chmod -R 755 /rpms/'
227
fi
228
}
229
0 commit comments