Files
alpine-devcontainers/fullstack.Containerfile
maurice 12a532781a
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
Build other containers / other-build (push) Successful in 5m54s
Other containers
2025-10-27 10:11:15 +01:00

10 lines
260 B
Docker

FROM git.plabble.org/maurice/devc-web-base:main
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