diff --git a/docker/Dockerfile b/docker/Dockerfile index 98dd135..a3422f7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,8 +11,7 @@ FROM golang:latest AS build WORKDIR /go/src/blitiri.com.ar/go/chasquid COPY . . -RUN go get -d ./... && \ - go install ./... +RUN go install ./... # Create the image. # Use a specific Debian stable version, because the move between