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 23d1a41 commit e3ae100Copy full SHA for e3ae100
updater/Dockerfile
@@ -5,7 +5,7 @@ RUN apk add curl python3 git bash dos2unix openssh build-base python3-dev
5
6
RUN ln -sf $(ls /usr/bin/easy_install*) /usr/bin/easy_install
7
RUN easy_install pip
8
-RUN pip install docker-compose
+COPY --from=docker/compose:1.25.0-alpine /usr/local/bin/docker-compose /usr/local/bin/
9
10
RUN mkdir /updater
11
WORKDIR /updater
0 commit comments