make(ci): Fixup

This commit is contained in:
Corentin Le Molgat
2024-11-08 17:36:21 +01:00
parent 0d47df66e0
commit f2f03f2eaf

View File

@@ -6,7 +6,7 @@ ENV PATH=/usr/local/bin:$PATH
RUN dnf -y update \
&& dnf -y install git wget \
which redhat-lsb-core pkgconfig autoconf libtool zlib-devel \
&& dnf -y group install "Development Tools" \
&& dnf -y install @development-tools \
&& dnf -y install gcc-c++ cmake \
&& dnf clean all
CMD [ "/usr/bin/bash" ]