fiddling with python in docker image
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:05:22 +01:00
parent d1ae88cbc7
commit fe75c94cd2
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
RUN dotnet workload install wasm-tools RUN dotnet workload install wasm-tools
RUN apt install python3 RUN apt update && apt install -y python3
COPY *.sln . COPY *.sln .
COPY Overflow/*.csproj ./Overflow/ COPY Overflow/*.csproj ./Overflow/