fiddling with python in docker image
This commit is contained in:
parent
d1ae88cbc7
commit
fe75c94cd2
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user