From 1a1c02424d504ab5d7d6f39d4e858840848851cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20BERSAC?= Date: Tue, 13 Mar 2018 15:46:24 +0100 Subject: [PATCH] docker: Add openssh-client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1