Skip to content

Commit

Permalink
add docker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lesomnus committed Sep 12, 2023
1 parent 76904fc commit 3ed3eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN go build -o "a" ./cmd/clade

FROM debian:bookworm

COPY --from=docker:24-dind "/usr/local/bin/docker" "/usr/local/bin/docker"
COPY --from=builder "/app/a" "/usr/bin/clade"

RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Expand Down

0 comments on commit 3ed3eb0

Please sign in to comment.