Skip to content

Commit

Permalink
Fix amazonlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 6, 2024
1 parent 05ed314 commit c0d4c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom/testing/amazonlinux-2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazonlinux:2

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

RUN yum update -y \
&& yum install -y --allowerasing python3 python3-devel python3-pip openssl git rpmdevtools rpmlint \
systemd-units git gnupg2 jq createrepo rpm-sign epel-release rustc cargo \
systemd-units git gnupg2 jq createrepo rpm-sign rustc cargo \
curl wget \
&& yum install -y patchelf

0 comments on commit c0d4c40

Please sign in to comment.