fixup! build: install musl toolchains in the dockerfile

This commit is contained in:
Guy Shimko
2025-04-01 23:59:55 +03:00
parent 01e60acff0
commit e899d51568
3 changed files with 3 additions and 12 deletions

View File

@ -31,7 +31,7 @@ RUN apt update && apt install -y \
xz-utils
# Install musl-based toolchains.
ENV MUSL_INSTALL_DIR="/opt/musl-cross"
ENV MUSL_INSTALL_DIR="/usr/"
COPY src/compilation/install_musl_toolchains.sh .
RUN ./install_musl_toolchains.sh