Test containers
Some checks failed
Build base containers / fedora-build (push) Failing after 12s

This commit is contained in:
maurice
2025-10-27 10:02:45 +01:00
parent fa43f17359
commit 6086df0a7a
5 changed files with 52 additions and 4 deletions

View File

@@ -6,4 +6,5 @@ RUN apk add --no-cache \
COPY scripts/install-roslyn.sh /tmp/install-roslyn.sh
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
USER user
USER user
RUN dotnet tool install --global dotnet-ef