Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg committed Oct 23, 2023
1 parent 950ce38 commit 4db3516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile.notifications-connector-microsoft-teams.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4db3516

Please sign in to comment.