Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dev-support/docker/Dockerfile_rockylinux_8
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ COPY pkg-resolver pkg-resolver
RUN chmod a+x pkg-resolver/*.sh pkg-resolver/*.py \
&& chmod a+r pkg-resolver/*.json

####
# Install EPEL
####
RUN pkg-resolver/install-epel.sh rockylinux:8

######
# Install packages from yum
######
Expand All @@ -38,11 +43,6 @@ RUN yum update -y \
&& yum install -y python3 \
&& yum install -y $(pkg-resolver/resolve.py rockylinux:8)

####
# Install EPEL
####
RUN pkg-resolver/install-epel.sh rockylinux:8

RUN dnf --enablerepo=powertools install -y \
doxygen \
snappy-devel \
Expand Down