[docker] Add missing sdk dockerfile

This commit is contained in:
Laura Hausmann 2024-07-07 04:36:08 +02:00
parent 0aa2585b17
commit 90c99c6aca
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:9.0-preview-alpine
RUN apk add --no-cache --no-progress bash
RUN ln -sf /bin/bash /bin/sh
CMD ["/bin/bash"]