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