From 09babbfe6db9d8652e4243b1db3034db0d89abc8 Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Fri, 15 May 2020 18:45:29 -0300 Subject: [PATCH] Adding openssh-client for ssh-keyscan --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 20e57af..ac6499d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR /app # installs PHP and dependencies RUN apk add --no-cache \ curl \ + openssh-client \ php-cli \ php-phar \ php-openssl \