Skip to content

Commit c072d12

Browse files
committed
Add docker-cli and docker-buildx
This is useful for simple docker-in-docker use-cases, when the user forwards the docker socket from outside to inside.
1 parent 183c7a4 commit c072d12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get update -q \
3636
bzip2 xz-utils lzip lzma lzop gzip ncompress zstd \
3737
rsync python3 \
3838
busybox-static tini \
39+
docker-cli docker-buildx \
3940
&& apt-get clean \
4041
&& rm -rf /var/lib/apt/lists/*
4142
COPY bash-if-tty tini-if-1 /usr/bin/

0 commit comments

Comments
 (0)