[docker] Add python3 to iceshrimp/dotnet-sdk:9.0-alpine-wasm
This partially fixes AOT docker builds (it doesn't fix the emcc segfault, though)
This commit is contained in:
parent
0ee5ff377e
commit
8d469b07df
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
|
||||
RUN dotnet workload install wasm-tools
|
||||
RUN apk add --no-cache --no-progress bash
|
||||
RUN apk add --no-cache --no-progress bash python3
|
||||
RUN ln -sf /bin/bash /bin/sh
|
||||
CMD ["/bin/bash"]
|
||||
|
|
Loading…
Add table
Reference in a new issue