Skip to content

Commit

Permalink
fix nss vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
peng9808 committed Nov 26, 2024
1 parent b6d9241 commit 05bcee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-drbd9/Dockerfile.rhel7
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
From ghcr.io/hwameistor/drbd9-rhel7:v9.0.32-1

#RUN yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
# yum clean all
RUN yum install -y epel-release && \
yum update -y nss nss-sysinit nss-tools && \
yum clean all
COPY /config-drbd.sh /
COPY /entry.sh /
RUN chmod +x /entry.sh
Expand Down

0 comments on commit 05bcee7

Please sign in to comment.