mirror of
https://codeberg.org/liliesh/franky.git
synced 2026-03-18 22:08:36 +01:00
Added commander
This commit is contained in:
parent
90cca67c93
commit
7cbf2a4c3c
1 changed files with 6 additions and 0 deletions
6
commander/Dockerfile
Normal file
6
commander/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM alpine:3.20.1
|
||||
|
||||
# Install base
|
||||
RUN apk add --no-cache --upgrade grep
|
||||
RUN apk add --no-cache bash git
|
||||
CMD [ "/bin/sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue