diff --git a/Dockerfile b/Dockerfile index 69208d9f..d817d5ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ ARG BUILDTIME RUN apk add --no-cache --no-progress \ ca-certificates \ - make \ curl \ git \ openssh \ @@ -26,8 +25,6 @@ RUN mkdir -p /go/bin && \ COPY . . -RUN make test release - ########################## # Build the final image. ##########################