Add dotnet to the images
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user