From 5132e55b41be653e48f59c8f0059bb615f8eabed Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 28 Dec 2020 09:45:23 +0200 Subject: [PATCH] Install just the Docker CLI. There's no need for the daemon as well. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bda9d1b..be06d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.12 RUN apk add --update --no-cache \ bats \ build-base \ - docker \ + docker-cli \ git \ openssh \ openssl \ -- GitLab