add dockerfile
This commit is contained in:
parent
94a0b482e7
commit
dcd4694cbb
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/Dockerfile
Normal file
15
.forgejo/workflows/Dockerfile
Normal 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
|
Loading…
Reference in a new issue