repertory/docker/64_bit/tumbleweed
Scott E. Graves 3ff46723b8
Some checks failed
BlockStorage/repertory_osx/pipeline/head There was a failure building this commit
BlockStorage/repertory_windows/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
initial commit
2022-03-05 00:30:50 -06:00

27 lines
435 B
Plaintext

FROM opensuse/tumbleweed
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
# Required system packages
RUN zypper --non-interactive patch && zypper --non-interactive install \
cmake \
curl \
make \
git \
fuse \
fuse-devel \
pkgconfig \
patch \
autoconf \
automake \
libtool \
zip \
file \
gzip \
which \
wget \
zlib-devel \
zlib-devel-static \
gcc \
gcc-c++