Skip to content

Commit e3ae100

Browse files
authored
fix: install compose through docker and not python (#18)
1 parent 23d1a41 commit e3ae100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add curl python3 git bash dos2unix openssh build-base python3-dev
55

66
RUN ln -sf $(ls /usr/bin/easy_install*) /usr/bin/easy_install
77
RUN easy_install pip
8-
RUN pip install docker-compose
8+
COPY --from=docker/compose:1.25.0-alpine /usr/local/bin/docker-compose /usr/local/bin/
99

1010
RUN mkdir /updater
1111
WORKDIR /updater

0 commit comments

Comments
 (0)