make(ci): Fix opensuse C++ archive test

This commit is contained in:
Corentin Le Molgat
2022-06-08 18:23:38 +02:00
parent d95d7827c4
commit 2b5141c347

View File

@@ -5,7 +5,7 @@ FROM opensuse/leap AS base
ENV PATH=/usr/local/bin:$PATH
RUN zypper refresh \
&& zypper install -y git gcc11 gcc11-c++ cmake \
wget which lsb-release util-linux pkgconfig autoconf libtool zlib-devel \
wget which lsb-release util-linux pkgconfig autoconf libtool gzip zlib-devel \
&& zypper clean -a
ENV CC=gcc-11 CXX=g++-11
ENTRYPOINT ["/usr/bin/bash", "-c"]