Update Dockerfile (#44)

This commit is contained in:
Leendert de Borst
2024-06-24 19:04:54 +02:00
parent 943f16789f
commit 88fa8a0c17

View File

@@ -8,7 +8,7 @@ ARG BUILD_CONFIGURATION=Release
WORKDIR /src
# Install Python which is required by the WebAssembly tools
RUN apt-get update && apt-get install -y python3
RUN apt-get update && apt-get install -y python3 && apt-get clean
# Install the WebAssembly tools
RUN dotnet workload install wasm-tools