Initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-07-24 01:01:11 +02:00
commit 4df4361cb0
3 changed files with 100 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine
RUN apk add --no-cache \
docker \
git && \
wget -O /usr/bin/linuxkit https://github.com/linuxkit/linuxkit/releases/download/v1.0.1/linuxkit-linux-amd64 && \
chmod +x /usr/bin/linuxkit