'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 23s

This commit is contained in:
Your Name
2025-06-03 23:58:52 +12:00
parent 5d2ee141d1
commit 5014603a42
3 changed files with 39 additions and 12 deletions

View File

@ -22,12 +22,17 @@ RUN apk add --no-cache \
libunwind \
libunwind-dev \
libunwind-static \
libunwind-dbg \
zlib-dev \
zlib-static \
xz \
xz-dev \
xz-static \
xz-libs
xz-libs \
libdwarf \
libdwarf-dev \
elfutils \
elfutils-dev \
elfutils-libelf
#RUN apk add --no-cache --update --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev