Skip to content

Commit f3550f9

Browse files
committed
ci: fix almalinux docker
1 parent d02ca86 commit f3550f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/almalinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM almalinux:latest AS env
66
ENV PATH=/usr/local/bin:$PATH
77
RUN dnf -y update \
88
&& dnf -y install git wget openssl-devel cmake \
9-
&& dnf -y groupinstall "Development Tools" \
9+
&& dnf -y group install "Development Tools" \
1010
&& dnf clean all \
1111
&& rm -rf /var/cache/dnf
1212
CMD [ "/usr/bin/bash" ]

0 commit comments

Comments
 (0)