This commit is contained in:
commit
4df4361cb0
3 changed files with 100 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue