Skip to content

Commit

Permalink
Merge pull request #558 from xmidt-org/denopink/patch/remove-make-fro…
Browse files Browse the repository at this point in the history
…m-dockerfile

patch: remove `make test release` from docker build
  • Loading branch information
denopink authored Oct 9, 2024
2 parents 74119f9 + e3ce3e1 commit 7c09625
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ARG BUILDTIME

RUN apk add --no-cache --no-progress \
ca-certificates \
make \
curl \
git \
openssh \
Expand All @@ -26,8 +25,6 @@ RUN mkdir -p /go/bin && \

COPY . .

RUN make test release

##########################
# Build the final image.
##########################
Expand Down

0 comments on commit 7c09625

Please sign in to comment.