We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9afcb1 commit ca17f1fCopy full SHA for ca17f1f
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