From 722ef4dfd0e70d72821af59cc67fddc50e2fc0be Mon Sep 17 00:00:00 2001 From: akumari Date: Mon, 3 Jun 2024 16:20:34 +0530 Subject: [PATCH] Fixes #37526 - Remove python3-tracer package from el8 --- images/Dockerfile.el8 | 2 +- images/Dockerfile.el9 | 2 +- images/Dockerfile.f33 | 2 +- images/Dockerfile.f34 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/Dockerfile.el8 b/images/Dockerfile.el8 index a8c36a39f..161d9e648 100644 --- a/images/Dockerfile.el8 +++ b/images/Dockerfile.el8 @@ -1,5 +1,5 @@ FROM almalinux:8 RUN dnf install -y https://yum.theforeman.org/client/nightly/el8/x86_64/foreman-client-release.rpm && dnf clean all -RUN dnf install make python3 python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all +RUN dnf install make python3 python3-dnf-plugins-core subscription-manager -y && dnf clean all WORKDIR /app diff --git a/images/Dockerfile.el9 b/images/Dockerfile.el9 index 2b0adb52b..f365d5f4e 100644 --- a/images/Dockerfile.el9 +++ b/images/Dockerfile.el9 @@ -1,5 +1,5 @@ FROM quay.io/centos/centos:stream9 RUN dnf install -y https://yum.theforeman.org/client/nightly/el9/x86_64/foreman-client-release.rpm && dnf clean all -RUN dnf install make python3 python3-pip python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all +RUN dnf install make python3 python3-pip python3-dnf-plugins-core subscription-manager -y && dnf clean all WORKDIR /app diff --git a/images/Dockerfile.f33 b/images/Dockerfile.f33 index fc768c29e..f08ab9cbd 100644 --- a/images/Dockerfile.f33 +++ b/images/Dockerfile.f33 @@ -1,4 +1,4 @@ FROM fedora:33 -RUN dnf install pip make python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all +RUN dnf install pip make python3-dnf-plugins-core subscription-manager -y && dnf clean all WORKDIR /app diff --git a/images/Dockerfile.f34 b/images/Dockerfile.f34 index 67e86e97d..5317eec95 100644 --- a/images/Dockerfile.f34 +++ b/images/Dockerfile.f34 @@ -1,4 +1,4 @@ FROM fedora:34 -RUN dnf install pip make python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all +RUN dnf install pip make python3-dnf-plugins-core subscription-manager -y && dnf clean all WORKDIR /app