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