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