tools/docker: Fixup for opensuse-leqp
This commit is contained in:
@@ -5,7 +5,7 @@ LABEL maintainer="corentinl@google.com"
|
||||
# Install system build dependencies
|
||||
ENV PATH=/usr/local/bin:$PATH
|
||||
RUN zypper update -y \
|
||||
&& zypper install -y git gcc gcc-c++ \
|
||||
&& zypper install -y git gcc gcc-c++ cmake \
|
||||
wget which lsb-release util-linux pkgconfig autoconf libtool zlib-devel \
|
||||
&& zypper clean -a
|
||||
ENV CC=gcc CXX=g++
|
||||
|
||||
Reference in New Issue
Block a user