Skip to content

Commit

Permalink
Merge pull request #91 from peng9808/main
Browse files Browse the repository at this point in the history
fix nss vulnerabilities
  • Loading branch information
peng9808 authored Nov 26, 2024
2 parents b6d9241 + 05bcee7 commit 18ccf25
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 18ccf25

Please sign in to comment.