use goreleaser binary
This commit is contained in:
parent
1468244dc5
commit
0b147b0f60
@ -8,5 +8,5 @@ RUN apt-get update && apt-get install -y \
|
||||
ARG DOCKER_CLI_VERSION="19.03.1"
|
||||
RUN curl -L https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_CLI_VERSION.tgz | \
|
||||
tar -xz --strip-component=1 -C /usr/local/bin/ docker/docker
|
||||
COPY dist/dive_linux_amd64/dive /usr/local/bin/
|
||||
COPY dive /usr/local/bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dive"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user