rebase to scratch as suggested in #221
This commit is contained in:
parent
fd9f26780b
commit
3b07a40534
@ -3,7 +3,8 @@ ARG DOCKER_CLI_VERSION="19.03.1"
|
||||
RUN apk --update add curl \
|
||||
&& curl -L https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_CLI_VERSION.tgz | tar -xzf - docker/docker --strip-component=1 -C /tmp
|
||||
|
||||
FROM alpine:3.10
|
||||
COPY --from=build /tmp/docker /usr/local/bin
|
||||
FROM scratch
|
||||
COPY --from=build /tmp/docker /
|
||||
COPY dive /
|
||||
ENV PATH /
|
||||
ENTRYPOINT ["/dive"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user