initial commit
This commit is contained in:
26
docker/64_bit/tumbleweed
Normal file
26
docker/64_bit/tumbleweed
Normal file
@@ -0,0 +1,26 @@
|
||||
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++
|
Reference in New Issue
Block a user