]> granicus.if.org Git - pgbadger/commitdiff
docker: Add openssh-client
authorÉtienne BERSAC <etienne.bersac@dalibo.com>
Tue, 13 Mar 2018 14:46:24 +0000 (15:46 +0100)
committerÉtienne BERSAC <etienne.bersac@dalibo.com>
Tue, 13 Mar 2018 14:52:39 +0000 (15:52 +0100)
Dockerfile

index a0f93c6edf79467a44b01ce3cab45006e33e28fa..427b68f13e4b32c2a486ae0b7be3073db52555fd 100644 (file)
@@ -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