Skip to content
Snippets Groups Projects
Commit 5132e55b authored by nimrod's avatar nimrod
Browse files

Install just the Docker CLI.

There's no need for the daemon as well.
parent f49a0bbc
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM alpine:3.12 ...@@ -2,7 +2,7 @@ FROM alpine:3.12
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
bats \ bats \
build-base \ build-base \
docker \ docker-cli \
git \ git \
openssh \ openssh \
openssl \ openssl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment