fix: add alpine related workarounds

pull/169/head
Samuele Longhi 2026-08-20 18:45:59 +02:00
parent 85e590cde8
commit 180a0431ac
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ ARG RUN_SETUP=0
ENV RUN_SETUP=$RUN_SETUP
RUN if [ "$RUN_SETUP" -eq 1 ]; then /builder/setup.sh; fi
ENV LD_LIBRARY_PATH=/builder/staging_dir/host/lib/
RUN mkdir -p /builder/tmp
ENTRYPOINT [ ]
# required to have CMD as ENV to be executed