#264 - add openssh to Docker image

Lewis Marsden-Lambert created

Change summary

Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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