From 1a08e99c6bf184603bd1b5f085e42344e8964d18 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 19 Jun 2025 16:59:13 -0700 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86263da..f451cea 100755 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ["src", "."] RUN dotnet workload install wasm-tools RUN apt update -RUN apt install -y python +RUN apt install -y python3 # Restore the Server RUN dotnet restore 'MistoxWebsite.Server/MistoxWebsite.Server.csproj'