Skip to content

Commit 174a104

Browse files
authored
Update os_toolbox.Containerfile
1 parent 41a7a2f commit 174a104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_toolbox.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN set -x; arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'); cat /etc/
1212
&& dnf install -y $(</tmp/packages.list) ${PACKAGES_INSTALL_ADDITIONAL} \
1313
&& dnf clean all && rm -rf /tmp/*.list
1414

15-
RUN dnf -y groupinstall "Development Tools" && dnf clean all
15+
RUN dnf -y group install "Development Tools" && dnf clean all
1616

1717
COPY overlay.d/01-common/ /
1818

0 commit comments

Comments
 (0)