We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6099e9e commit 6bc2eeaCopy full SHA for 6bc2eea
Dockerfile.dind
@@ -12,10 +12,7 @@ RUN apk add --no-cache \
12
RUN addgroup -g 999 docker || true \
13
&& adduser node docker || true
14
15
-# Install Docker Compose
16
-RUN apk add --no-cache py3-pip \
17
- && pip3 install docker-compose \
18
- && rm -rf /var/cache/apk/*
+# Docker Compose is already installed as docker-cli-compose
19
20
USER node
21
0 commit comments