diff --git a/makefiles/docker/opensuse/Dockerfile b/makefiles/docker/opensuse/Dockerfile index c9e948fbb0..be37383abe 100644 --- a/makefiles/docker/opensuse/Dockerfile +++ b/makefiles/docker/opensuse/Dockerfile @@ -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"]