Skip to content

Commit

Permalink
Dockerfile: Remove TLS postfix key added as a result of redhat-lsb-co…
Browse files Browse the repository at this point in the history
…re installation

Signed-off-by: Mario Trangoni <[email protected]>
  • Loading branch information
mjtrangoni committed Aug 12, 2024
1 parent 310fd15 commit 97e777e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/mjtrangoni/flexlm_expo
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial && \
dnf -y update && \
dnf -y install bash-completion redhat-lsb-core strace && \
dnf -y clean all
dnf -y clean all && \
rm -f /etc/pki/tls/private/postfix.key

COPY flexlm_exporter /bin/flexlm_exporter

Expand Down

0 comments on commit 97e777e

Please sign in to comment.