Add dotnet to the images

This commit is contained in:
wendrul
2024-12-12 13:03:37 +01:00
parent 94f455690c
commit 7befa69e05
2 changed files with 6 additions and 0 deletions

View File

@@ -3,4 +3,7 @@ FROM ghcr.io/windmill-labs/windmill:dev
COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
RUN cp /opt/dotnet-sdk/bin/dotnet /usr/bin/dotnet
RUN pip3 install ansible

View File

@@ -3,4 +3,7 @@ FROM ghcr.io/windmill-labs/windmill-ee:dev
COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
RUN cp /opt/dotnet-sdk/bin/dotnet /usr/bin/dotnet
RUN pip3 install ansible