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 6ed6d95 commit 117e7c2Copy full SHA for 117e7c2
dev-support/docker/Dockerfile_rockylinux_8
@@ -30,6 +30,11 @@ COPY pkg-resolver pkg-resolver
30
RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
31
&& chmod a+r pkg-resolver/*.json
32
33
+####
34
+# Install EPEL
35
36
+RUN pkg-resolver/install-epel.sh rockylinux:8
37
+
38
######
39
# Install packages from yum
40
@@ -38,11 +43,6 @@ RUN yum update -y \
43
&& yum install -y python3 \
44
&& yum install -y $(pkg-resolver/resolve.py rockylinux:8)
45
41
-####
42
-# Install EPEL
-RUN pkg-resolver/install-epel.sh rockylinux:8
-
46
RUN dnf --enablerepo=powertools install -y \
47
doxygen \
48
snappy-devel \
0 commit comments