add python to dockerfile
This commit is contained in:
parent
f0b8b6921d
commit
d1ae88cbc7
@ -1,6 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
|
||||
|
||||
RUN dotnet workload install wasm-tools
|
||||
RUN apt install python3
|
||||
|
||||
COPY *.sln .
|
||||
COPY Overflow/*.csproj ./Overflow/
|
||||
|
Loading…
Reference in New Issue
Block a user