diff options
Diffstat (limited to '.github/containers/centos7/build.sh')
-rwxr-xr-x | .github/containers/centos7/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/containers/centos7/build.sh b/.github/containers/centos7/build.sh index 55ad8107..ad55b20e 100755 --- a/.github/containers/centos7/build.sh +++ b/.github/containers/centos7/build.sh @@ -33,6 +33,7 @@ sed -i "s/@VERSION@/${VERSION}/" ${CURDIR}/rpmbuild/SPECS/tigervnc.spec docker run --volume ${CURDIR}/rpmbuild:/home/rpm/rpmbuild --interactive --rm tigervnc/${DOCKER} \ bash -c " + sudo yum install -y epel-release && sudo yum-builddep -y ~/rpmbuild/SPECS/tigervnc.spec && sudo chown 0.0 ~/rpmbuild/SOURCES/* && sudo chown 0.0 ~/rpmbuild/SPECS/* && |