Add openssh to Dockerfile

This commit is contained in:
bouni 2022-05-18 09:22:09 +00:00
parent 650ed37743
commit 9a83d2192e

View File

@ -1,6 +1,7 @@
FROM alpine:edge
RUN apk --no-cache add \
openssh \
libressl \
lftp \
bash