diff --git a/Dockerfile b/Dockerfile index ae8eaba..240818b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root # Core tools for CI RUN apk add --no-cache \ nodejs npm coreutils \ - docker-cli docker-cli-compose \ + docker-cli docker-cli-compose docker-cli-buildx \ git git-lfs openssh-client \ build-base bash curl jq unzip zip ca-certificates \ && git lfs install --system \