diff --git a/containers/legacy-ssh.dockerfile b/containers/legacy-ssh.dockerfile new file mode 100644 index 0000000..ba972e8 --- /dev/null +++ b/containers/legacy-ssh.dockerfile @@ -0,0 +1,2 @@ +FROM alpine:latest +RUN apk add --no-cache openssh