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'