Browse Source

Update Dockerfile.rpmbuild9

Teddysun 5 months ago
parent
commit
e3aea30e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/rpmbuild/Dockerfile.rpmbuild9

+ 1 - 1
docker/rpmbuild/Dockerfile.rpmbuild9

@@ -7,7 +7,7 @@ LABEL maintainer="Teddysun <[email protected]>"
 RUN dnf install -y yum-utils epel-release && \
 	dnf config-manager --enable epel && \
 	dnf config-manager --enable crb && \
-	dnf install -y https://dl.lamp.sh/linux/rhel/el8/x86_64/teddysun-release-1.0-1.el8.noarch.rpm && \
+	dnf install -y https://dl.lamp.sh/linux/rhel/el9/x86_64/teddysun-release-1.0-1.el9.noarch.rpm && \
 	rpm -e --nodeps coreutils-single && \
 	dnf install -y tar wget wget2 curl libcurl libcurl-devel git tree gcc gcc-c++ \
 		sudo net-tools make cmake zstd libzstd chkconfig pcre-devel pcre2-devel \