From 3109ec87ba7c45222c3984bb973393c3d381fedc Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 5 Nov 2024 22:34:21 -0700 Subject: [PATCH] Fix amazonlinux --- custom/testing/amazonlinux-2.Dockerfile | 2 +- custom/testing/amazonlinux-2023.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/testing/amazonlinux-2.Dockerfile b/custom/testing/amazonlinux-2.Dockerfile index 8b30e43..ab3b73b 100644 --- a/custom/testing/amazonlinux-2.Dockerfile +++ b/custom/testing/amazonlinux-2.Dockerfile @@ -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 diff --git a/custom/testing/amazonlinux-2023.Dockerfile b/custom/testing/amazonlinux-2023.Dockerfile index 7559de0..acd59e3 100644 --- a/custom/testing/amazonlinux-2023.Dockerfile +++ b/custom/testing/amazonlinux-2023.Dockerfile @@ -1,7 +1,7 @@ FROM amazonlinux:2023 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