Add musl-tools for musl-gcc
Some checks failed
publish / docker (push) Failing after 51s

This commit is contained in:
2026-07-02 22:13:54 -05:00
parent 382adc61ed
commit 0bcc301e4c

View File

@@ -8,7 +8,7 @@ WORKDIR /root
RUN apt-get update && \
apt-get install --no-install-recommends -y \
ca-certificates curl file \
build-essential \
build-essential musl-tools \
autoconf automake autotools-dev libtool xutils-dev && \
rm -rf /var/lib/apt/lists/*