Skip to content

Commit f55bafb

Browse files
committed
ci: add missing tar dep
1 parent 2bd9a5c commit f55bafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/builder/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ download_and_verify_builder_rpms() {
223223
# packages with the expectation that we will provide them separately if they are no longer
224224
# available.
225225
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/'
226+
'yum -y update && yum install --downloadonly --downloaddir=/rpms coreutils gcc gcc-c++ make which tar && chmod -R 755 /rpms/'
227227
fi
228228
}
229229

0 commit comments

Comments
 (0)