use goreleaser binary

This commit is contained in:
Alex Goodman 2019-11-05 00:10:26 -05:00
parent 1468244dc5
commit 0b147b0f60
No known key found for this signature in database
GPG key ID: 98AF011C5C78EB7E

View file

@ -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"]