mirror of
https://codeberg.org/liliesh/franky.git
synced 2026-03-18 22:08:36 +01:00
added ssh to commander
This commit is contained in:
parent
5c2deb3ac9
commit
7f9bba6727
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ FROM alpine:3.20.1
|
||||||
|
|
||||||
# Install base
|
# Install base
|
||||||
RUN apk add --no-cache --upgrade grep
|
RUN apk add --no-cache --upgrade grep
|
||||||
RUN apk add --no-cache bash git
|
RUN apk add --no-cache bash git openssh
|
||||||
CMD [ "/bin/bash" ]
|
CMD [ "/bin/bash" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue