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 17f3b14 commit cacbd30Copy full SHA for cacbd30
ci/docker/rockylinux/Dockerfile
@@ -1,6 +1,8 @@
1
# Create a virtual environment with all tools installed
2
# ref: https://hub.docker.com/_/rockylinux
3
-FROM rockylinux:9 AS env
+# FROM rockylinux:9 AS env
4
+# ref: https://hub.docker.com/rockylinux/rockylinux
5
+FROM rockylinux/rockylinux:9 AS env
6
7
# Install system build dependencies
8
ENV PATH=/usr/local/bin:$PATH
0 commit comments