Skip to content

Commit ca17f1f

Browse files
authored
Fix the vulnerability (CentOS Stream Security update for python) (#1477)
1 parent d9afcb1 commit ca17f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/centos-stream/9/mlnet/helix/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22

33
# Install dependencies
44
RUN dnf upgrade --refresh -y \
5-
dnf install --setopt tsflags=nodocs -y \
5+
&& dnf install --setopt tsflags=nodocs -y \
66
dnf-plugins-core \
77
&& dnf config-manager --set-enabled crb \
88
&& dnf module install --setopt tsflags=nodocs -y \

0 commit comments

Comments
 (0)