adapting for raspberry pi

This commit is contained in:
2025-06-23 10:53:47 +02:00
parent 475271ca56
commit 024fddea2c
4 changed files with 30 additions and 4 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