add python to dockerfile
Some checks are pending
ci / build (8.0.x) (push) Waiting to run
ci / build-Docker (push) Blocked by required conditions

This commit is contained in:
Andy Pack 2024-06-09 19:01:45 +01:00
parent f0b8b6921d
commit d1ae88cbc7
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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/