'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 5s

This commit is contained in:
Your Name
2025-06-06 21:08:54 +12:00
parent dba64ab339
commit 4cf623474f

View File

@ -2,50 +2,41 @@ FROM alpine:latest AS builder
# Install ccache along with other dependencies
RUN apk add --no-cache \
build-base \
cmake \
git \
musl-dev \
curl \
bash \
musl \
g++ \
ninja \
linux-headers \
mold \
zlib-static \
binutils \
binutils-dev \
build-base \
ccache \
pkgconf \
pkgconfig \
libunwind \
libunwind-dev \
libunwind-static \
zlib-dev \
zlib-static \
xz \
xz-dev \
xz-static \
xz-libs \
libdwarf \
libdwarf-dev \
cmake \
curl \
elfutils \
elfutils-dev \
elfutils-libelf \
binutils \
binutils-dev \
pipx \
g++ \
git \
libdwarf \
libdwarf-dev \
libunwind \
libunwind-dev \
libunwind-static \
linux-headers \
mold \
musl \
musl-dev \
ninja \
util-linux-static \
perl \
pipx \
pkgconf \
pkgconfig \
sqlite-static \
util-linux-dev \
util-linux-static \
openssl-dev \
openssl-static \
sqlite-dev \
sqlite-static \
libpq-dev \
libpq-static \
mariadb-connector-c-dev
xz \
xz-dev \
xz-libs \
xz-static \
zlib-dev \
zlib-static
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev