blockquote style

This commit is contained in:
2024-12-19 16:18:45 +01:00
parent e4e996f3a7
commit d3e09ce8ac
50 changed files with 17438 additions and 35072 deletions
+2
View File
@@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
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