add python to build container

This commit is contained in:
2025-06-19 16:58:19 -07:00
parent d0af6ba73c
commit 2e8893b240
+3
View File
@@ -7,6 +7,9 @@ COPY ["src", "."]
RUN dotnet workload install wasm-tools
RUN apt update
RUN apt install -y python
# Restore the Server
RUN dotnet restore 'MistoxWebsite.Server/MistoxWebsite.Server.csproj'