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 157d26e commit 3940dafCopy full SHA for 3940daf
.github/workflows/dockerFile/Dockerfile-rockylinux
@@ -0,0 +1,7 @@
1
+FROM rockylinux:9.3
2
+
3
+# Install dependency other
4
+RUN set -eux \
5
+ && yum install -y python3 automake make gcc gcc-c++ \
6
+ java ant zlib-devel tcl zip rpm-build rsync procps-ng systemd \
7
+ && yum clean all
0 commit comments