From 4db3516a64ffbfd8a540bf8b6341411945f534ce Mon Sep 17 00:00:00 2001 From: Gwenneg Lepage Date: Mon, 23 Oct 2023 19:11:13 +0200 Subject: [PATCH] . --- docker/Dockerfile.notifications-connector-microsoft-teams.jvm | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile.notifications-connector-microsoft-teams.jvm b/docker/Dockerfile.notifications-connector-microsoft-teams.jvm index dab060fc57..9bf659c1c3 100644 --- a/docker/Dockerfile.notifications-connector-microsoft-teams.jvm +++ b/docker/Dockerfile.notifications-connector-microsoft-teams.jvm @@ -15,8 +15,6 @@ FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:latest # Update the base image packages USER root RUN microdnf update --refresh --nodocs && microdnf clean all -# Temporary workaround - setuptools is affected by a CVE and it is not needed to run our app which is why we're removing it from the base image -RUN rpm -e --nodeps platform-python-setuptools USER jboss ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'