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'