From: Étienne BERSAC Date: Tue, 13 Mar 2018 14:46:24 +0000 (+0100) Subject: docker: Add openssh-client X-Git-Tag: v10.0~25^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a1c02424d504ab5d7d6f39d4e858840848851cf;p=pgbadger docker: Add openssh-client --- diff --git a/Dockerfile b/Dockerfile index a0f93c6..427b68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest # Since Alpine linux 3.3 we can install on-the-fly -RUN apk add --no-cache bzip2 gzip perl unzip xz +RUN apk add --no-cache bzip2 gzip openssh-client perl unzip xz COPY pgbadger /usr/local/bin