Updated franky
This commit is contained in:
parent
01d30491ac
commit
3303d62959
3 changed files with 16 additions and 18 deletions
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3.20.1
|
||||
|
||||
# Install base
|
||||
RUN apk add --no-cache docker docker-compose bash
|
||||
CMD [ "/bin/bash" ]
|
Loading…
Add table
Add a link
Reference in a new issue