Skip to content

Commit fe98c8a

Browse files
authored
use non-scratch docker image (#586)
1 parent 8483e30 commit fe98c8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN wget -O- https://download.docker.com/linux/static/stable/$(uname -m)/docker-
66

77
COPY dive /usr/local/bin/
88

9-
FROM scratch
10-
COPY --from=base /usr/local/bin /usr/local/bin
11-
9+
# though we could make this a multi-stage image and copy the binary to scratch, this image is small enough
10+
# and users are expecting to be able to exec into it
1211
ENTRYPOINT ["/usr/local/bin/dive"]

0 commit comments

Comments
 (0)