Add openssh to Dockerfile
This commit is contained in:
parent
650ed37743
commit
9a83d2192e
@ -1,6 +1,7 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
|
openssh \
|
||||||
libressl \
|
libressl \
|
||||||
lftp \
|
lftp \
|
||||||
bash
|
bash
|
||||||
|
Loading…
Reference in New Issue
Block a user