Dockerfile: workaround to avoid semaphore dependency

This commit is contained in:
Ivan Folgueira Bande 2024-04-05 16:28:16 +02:00
parent 1345607355
commit bd6f983f52
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ RUN apk update && apk upgrade
# Ran separately from 'make' to avoid re-doing
RUN git submodule update --init --recursive
RUN rm -r ./vendor/zerokit/semaphore
# Slowest build step for the sake of caching layers
RUN make -j$(nproc) deps QUICK_AND_DIRTY_COMPILER=1 ${NIM_COMMIT}