FROM opensuse/tumbleweed

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