You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ ! -f ./apache-tomcat-${VERSION}.tar.gz ]; then wget https://downloads.apache.org/tomcat/tomcat-9/v${VERSION}/bin/apache-tomcat-${VERSION}.tar.gz; fi
echo "${SHA512}" > checksum.txt
sha512sum -c checksum.txt
rpm: download
docker build --tag rpmbuild .
docker run -v `pwd`:/root/rpmbuild/RPMS/noarch rpmbuild