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 41a7a2f commit 174a104Copy full SHA for 174a104
os_toolbox.Containerfile
@@ -12,7 +12,7 @@ RUN set -x; arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'); cat /etc/
12
&& dnf install -y $(</tmp/packages.list) ${PACKAGES_INSTALL_ADDITIONAL} \
13
&& dnf clean all && rm -rf /tmp/*.list
14
15
-RUN dnf -y groupinstall "Development Tools" && dnf clean all
+RUN dnf -y group install "Development Tools" && dnf clean all
16
17
COPY overlay.d/01-common/ /
18
0 commit comments