v2.0.1-rc (#13)
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

Reviewed-on: #13
This commit is contained in:
2023-12-10 18:11:20 +00:00
parent f43c41f88a
commit 1b8de3b097
404 changed files with 410072 additions and 146106 deletions

View File

@ -1,45 +1,45 @@
FROM arm64v8/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
FROM arm64v8/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