From 338b27790edf46ccd976653d29c574a92ba322b4 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 10 Dec 2021 18:24:15 +0100 Subject: [PATCH] tools/docker: Fixup for opensuse-leqp --- tools/docker/amd64/opensuse-leap.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/amd64/opensuse-leap.Dockerfile b/tools/docker/amd64/opensuse-leap.Dockerfile index 5252240f1c..8a8ff1f51d 100644 --- a/tools/docker/amd64/opensuse-leap.Dockerfile +++ b/tools/docker/amd64/opensuse-leap.Dockerfile @@ -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++