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 d02ca86 commit f3550f9Copy full SHA for f3550f9
ci/docker/almalinux/Dockerfile
@@ -6,7 +6,7 @@ FROM almalinux:latest AS env
6
ENV PATH=/usr/local/bin:$PATH
7
RUN dnf -y update \
8
&& dnf -y install git wget openssl-devel cmake \
9
-&& dnf -y groupinstall "Development Tools" \
+&& dnf -y group install "Development Tools" \
10
&& dnf clean all \
11
&& rm -rf /var/cache/dnf
12
CMD [ "/usr/bin/bash" ]
0 commit comments