mirror of
https://codeberg.org/liliesh/franky.git
synced 2026-03-18 22:08:36 +01:00
5 lines
No EOL
97 B
Docker
5 lines
No EOL
97 B
Docker
FROM alpine:3.20.1
|
|
|
|
# Install base
|
|
RUN apk add --no-cache docker docker-compose
|
|
CMD [ "/bin/sh" ] |