Skip to content

Commit

Permalink
fix: buildx, compose in docker-client partial
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Nov 16, 2024
1 parent c0ae8a6 commit 975f1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ FROM base_context

USER root
COPY --from=docker_image /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker_image /usr/local/libexec/docker/cli-plugins/docker-buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
COPY --from=docker_image /usr/local/libexec/docker/cli-plugins/docker-compose /usr/local/libexec/docker/cli-plugins/docker-compose
ARG DOCKER_GID=800
RUN groupadd --gid $DOCKER_GID docker

0 comments on commit 975f1ee

Please sign in to comment.