Add openssh to Dockerfile
This commit is contained in:
parent
650ed37743
commit
9a83d2192e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue