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

This commit is contained in:
Your Name 2025-06-06 18:37:42 +12:00
parent a961bd37e6
commit ffda9b073f

View File

@ -47,6 +47,10 @@ RUN apk add --no-cache \
util-linux-static \ util-linux-static \
perl perl
RUN apk add --no-cahce \
c-ares-dev \
c-ares-static
#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
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]