'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 # Install ccache along with other dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
build-base \
cmake \
git \
musl-dev \
curl \
bash \ bash \
musl \ binutils \
g++ \ binutils-dev \
ninja \ build-base \
linux-headers \
mold \
zlib-static \
ccache \ ccache \
pkgconf \ cmake \
pkgconfig \ curl \
libunwind \
libunwind-dev \
libunwind-static \
zlib-dev \
zlib-static \
xz \
xz-dev \
xz-static \
xz-libs \
libdwarf \
libdwarf-dev \
elfutils \ elfutils \
elfutils-dev \ elfutils-dev \
elfutils-libelf \ elfutils-libelf \
binutils \ g++ \
binutils-dev \ git \
pipx \ libdwarf \
libdwarf-dev \
libunwind \
libunwind-dev \
libunwind-static \
linux-headers \
mold \
musl \
musl-dev \
ninja \ ninja \
util-linux-static \
perl \ perl \
pipx \
pkgconf \
pkgconfig \
sqlite-static \
util-linux-dev \ util-linux-dev \
util-linux-static \ util-linux-static \
openssl-dev \ xz \
openssl-static \ xz-dev \
sqlite-dev \ xz-libs \
sqlite-static \ xz-static \
libpq-dev \ zlib-dev \
libpq-static \ zlib-static
mariadb-connector-c-dev
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev #RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev