From fe75c94cd28a285cf1736f362e3db4924714d46c Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 9 Jun 2024 19:05:22 +0100 Subject: [PATCH] fiddling with python in docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a44cf5..026b141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base RUN dotnet workload install wasm-tools -RUN apt install python3 +RUN apt update && apt install -y python3 COPY *.sln . COPY Overflow/*.csproj ./Overflow/