Skip to content

Commit 88f0a26

Browse files
milantracygvisor-bot
authored andcommitted
Install docker compose plugin in gVisor's dind image.
PiperOrigin-RevId: 786862604
1 parent d48212e commit 88f0a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/basic/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings
88
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
99
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" > /etc/apt/sources.list.d/docker.list && \
1010
apt-get update && \
11-
apt-get install -qqy docker-ce=5:27.5.1-1~ubuntu.24.04~noble docker-ce-cli=5:27.5.1-1~ubuntu.24.04~noble containerd.io docker-buildx-plugin iproute2
11+
apt-get install -qqy docker-ce=5:27.5.1-1~ubuntu.24.04~noble docker-ce-cli=5:27.5.1-1~ubuntu.24.04~noble containerd.io docker-buildx-plugin docker-compose-plugin iproute2
1212

1313
COPY start-dockerd.sh .
1414
CMD /start-dockerd.sh

0 commit comments

Comments
 (0)