From 1d25b00c269657427de491e67069a5dd1b0b0252 Mon Sep 17 00:00:00 2001 From: Fabricio Nogueira Date: Fri, 5 Jun 2020 18:48:26 -0300 Subject: [PATCH] fix(docker): Fix install scp command in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04648da..b1ad660 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.10 RUN apk upgrade --update \ - apk add --no-cache openssh \ + && apk add --update openssh \ && rm -rf /tmp/* /usr/share/man /var/cache/apk/* COPY . /