add dockerfile

This commit is contained in:
Nick Seguin 2023-12-05 22:21:27 -06:00
parent 94a0b482e7
commit dcd4694cbb

View file

@ -0,0 +1,15 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine3.18 as dotnet-sdk
RUN apk add --no-cache \
git \
openssh-client \
curl \
bash \
unzip \
jq \
python3 \
py3-pip \
docker-cli \
docker-compose \
nodejs \
npm