Files
alpine-devcontainers/fullstack.Containerfile
maurice 6086df0a7a
Some checks failed
Build base containers / fedora-build (push) Failing after 12s
Test containers
2025-10-27 10:02:45 +01:00

10 lines
241 B
Docker

FROM localhost/devc-web-base
RUN apk add --no-cache \
dotnet9-sdk
COPY scripts/install-roslyn.sh /tmp/install-roslyn.sh
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
USER user
RUN dotnet tool install --global dotnet-ef