diff --git a/Dockerfile b/Dockerfile index 77d8d6641912826faf411aa9e78095be752871bc..85d4f8888e60fad1ee7179113657494d9e20c960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk update && apk add --update git bash && rm -rf /var/cache/apk/* +RUN apk update && apk add --update git bash openssh && rm -rf /var/cache/apk/* COPY soft /usr/local/bin/soft