fix backend test image for C#

This commit is contained in:
wendrul
2024-12-17 17:28:22 +01:00
parent 95c613de6e
commit 93d4a82897
+1
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"