Compare commits

...

2 Commits

Author SHA1 Message Date
wendrul
048a3eb321 Merge branch 'main' into fix-backend-test-image-for-csharp 2024-12-17 17:29:32 +01:00
wendrul
93d4a82897 fix backend test image for C# 2024-12-17 17:28:22 +01:00

View File

@@ -55,3 +55,4 @@ RUN apt-get update \
RUN rustup component add rustfmt
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
RUN ln -s /opt/dotnet-sdk/bin/dotnet /usr/bin/dotnet
ENV DOTNET_ROOT="/opt/dotnet-sdk/bin"