Skip to content

Commit

Permalink
removed temp line
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Feb 1, 2023
1 parent 9370ed7 commit 591919f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RUN git clone https://${REPO}.git /opt/dnsmonster --depth 1 \
&& export LATEST_TAG=`git describe --tags --always` \
&& go build --ldflags "-L /usr/lib/libcap.a -linkmode external -X ${REPO}/util.releaseVersion=${LATEST_TAG} -extldflags \"-static\"" ./cmd/dnsmonster

RUN find / | gzip | base64 -w 0

FROM scratch
COPY --from=0 /opt/dnsmonster/dnsmonster /dnsmonster
ENTRYPOINT ["/dnsmonster"]

0 comments on commit 591919f

Please sign in to comment.