Scott E. Graves 1b8de3b097
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
v2.0.1-rc (#13)
Reviewed-on: #13
2023-12-10 18:11:20 +00:00

46 lines
668 B
Plaintext

FROM alpine:latest
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
RUN apk update
RUN apk upgrade
RUN apk add \
autoconf \
automake \
bash \
binutils \
binutils-dev \
cmake \
diffutils \
fuse \
fuse-dev \
fuse-static \
fuse3 \
fuse3-dev \
fuse3-static \
g++ \
gcc \
git \
libtool \
libunwind \
libunwind-static \
libunwind-dev \
linux-headers \
make \
musl-dev \
patch \
perl \
pkgconfig \
wget \
zlib \
zlib-dev \
zlib-static \
zstd \
zstd-dev \
zstd-libs \
zstd-static \
xz \
xz-dev \
xz-libs \
xz-static