diff --git a/Dockerfile b/Dockerfile index f451cea..ce3d38d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,10 @@ WORKDIR /src # Copy all projects COPY ["src", "."] +# Needed for AOT Compiling wasm RUN dotnet workload install wasm-tools +# Needed for compression of AOT files RUN apt update RUN apt install -y python3