From 60d9b844fbabce1691ef145433f5ac68a61aef93 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 19 Jun 2025 17:09:41 -0700 Subject: [PATCH] Add comments to dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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