diff --git a/Dockerfile b/Dockerfile index 4809874c1..4255aa7db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ ARG VERSION RUN go install \ -ldflags "-X main.version=${VERSION:-dev}" \ - github.com/cloudflare/unsee - -RUN rm -fr /go/src + github.com/cloudflare/unsee && \ + rm -fr /go/src CMD ["unsee"]