From 1173f90ee9a75196dd70035682d13a11845d9d9c Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Tue, 18 May 2021 20:14:59 +0300 Subject: [PATCH] new --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c85a44f..a36fb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,6 @@ RUN apk --no-cache add \ sshpass \ openssh-client \ rsync \ - git \ + git COPY --from=builder /opt/ansible /opt/ansible CMD [ "ansible", "--version" ] -- GitLab