tools/docker: Fixup for opensuse-leqp

This commit is contained in:
Corentin Le Molgat
2021-12-10 18:24:15 +01:00
parent 1d3e1f3126
commit 338b27790e

View File

@@ -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++