docker build fixes

This commit is contained in:
2025-06-23 11:07:54 +02:00
parent 475271ca56
commit e2c9e8000a
3 changed files with 5 additions and 28 deletions
+3 -2
View File
@@ -13,11 +13,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \
clang
RUN ln -s /usr/bin/python3 /usr/bin/python & \
ln -s /usr/bin/pip3 /usr/bin/pip
WORKDIR /scratch
COPY script/wasm-deps.sh .
RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh
RUN ln -s /usr/bin/python3 /usr/bin/python & \
ln -s /usr/bin/pip3 /usr/bin/pip
WORKDIR /app