make(ci): Fix opensuse C++ archive test
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user