[docker] Add missing sdk dockerfile
This commit is contained in:
parent
0aa2585b17
commit
90c99c6aca
1 changed files with 4 additions and 0 deletions
4
.docker/dotnet-sdk-9.0-alpine.Dockerfile
Normal file
4
.docker/dotnet-sdk-9.0-alpine.Dockerfile
Normal 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"]
|
Loading…
Add table
Reference in a new issue