diff --git a/Dockerfile b/Dockerfile index 570fa26..86263da 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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'