FROM opensuse/leap:15.4

RUN zypper in -y \
  gcc-c++ \
  cmake \
  git \
  gzip \
  make \
  && rm -rf /var/cache/zypp
