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

This commit is contained in:
Your Name 2025-06-06 21:17:50 +12:00
parent 5ef14aed31
commit 93193a4d3d

View File

@ -1,4 +1,4 @@
FROM alpine:latest AS builder
FROM alpine:latest
# Install ccache along with other dependencies
RUN apk add --no-cache \
@ -23,6 +23,7 @@ RUN apk add --no-cache \
mold \
musl \
musl-dev \
ncurses-dev \
ninja \
perl \
pipx \
@ -38,8 +39,6 @@ RUN apk add --no-cache \
zlib-dev \
zlib-static
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
SHELL ["/bin/bash", "-c"]