There was an error while loading. Please reload this page.
1 parent ada7521 commit 633f26bCopy full SHA for 633f26b
1 file changed
src/centos-stream/9/mlnet/helix/amd64/Dockerfile
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
2
3
# Install dependencies
4
RUN dnf upgrade --refresh -y \
5
- dnf install --setopt tsflags=nodocs -y \
+ && dnf install --setopt tsflags=nodocs -y \
6
dnf-plugins-core \
7
&& dnf config-manager --set-enabled crb \
8
&& dnf module install --setopt tsflags=nodocs -y \
0 commit comments