Skip to content

Commit

Permalink
fix: source docker-compose from one place (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 29, 2024
1 parent 3d4debc commit df3fdb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDOR
RUN /tmp/build.sh && \
/tmp/image-info.sh

RUN wget https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -O /tmp/docker-compose && \
install -c -m 0755 /tmp/docker-compose /usr/bin

COPY --from=cgr.dev/chainguard/dive:latest /usr/bin/dive /usr/bin/dive
COPY --from=cgr.dev/chainguard/flux:latest /usr/bin/flux /usr/bin/flux
COPY --from=cgr.dev/chainguard/helm:latest /usr/bin/helm /usr/bin/helm
Expand Down

0 comments on commit df3fdb7

Please sign in to comment.