mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
use non-scratch docker image (#586)
This commit is contained in:
parent
8483e30080
commit
fe98c8a2eb
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ RUN wget -O- https://download.docker.com/linux/static/stable/$(uname -m)/docker-
|
|||
|
||||
COPY dive /usr/local/bin/
|
||||
|
||||
FROM scratch
|
||||
COPY --from=base /usr/local/bin /usr/local/bin
|
||||
|
||||
# though we could make this a multi-stage image and copy the binary to scratch, this image is small enough
|
||||
# and users are expecting to be able to exec into it
|
||||
ENTRYPOINT ["/usr/local/bin/dive"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue