Updated franky

This commit is contained in:
Liliesh 2024-06-28 19:26:15 +02:00
parent 01d30491ac
commit 3303d62959
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
3 changed files with 16 additions and 18 deletions

5
docker/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine:3.20.1
# Install base
RUN apk add --no-cache docker docker-compose bash
CMD [ "/bin/bash" ]