Skip to content

Commit

Permalink
Fix rocky images
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 5, 2024
1 parent 26bc0c3 commit e2b1883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions custom/testing/rockylinux-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM rockylinux:8

RUN yum update -y \
&& yum install -y --allowerasing python3 python3-devel python3-pip openssl git rpmdevtools rpmlint \
systemd-units libxcrypt-compat git gnupg2 jq createrepo rpm-sign epel-release rustc cargo \
patchelf curl wget
systemd-units git gnupg2 jq createrepo rpm-sign epel-release rustc cargo \
curl wget \
&& yum install -y patchelf
3 changes: 2 additions & 1 deletion custom/testing/rockylinux-9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM rockylinux:9
RUN yum update -y \
&& yum install -y --allowerasing python3 python3-devel python3-pip openssl git rpmdevtools rpmlint \
systemd-units libxcrypt-compat git gnupg2 jq createrepo rpm-sign epel-release rustc cargo \
patchelf curl wget
curl wget \
&& yum install -y patchelf

0 comments on commit e2b1883

Please sign in to comment.