Skip to content

Commit 2db4968

Browse files
committed
removed temp line
1 parent 03a3aaa commit 2db4968

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RUN git clone https://${REPO}.git /opt/dnsmonster --depth 1 \
1111
&& export LATEST_TAG=`git describe --tags --always` \
1212
&& go build --ldflags "-L /usr/lib/libcap.a -linkmode external -X ${REPO}/util.releaseVersion=${LATEST_TAG} -extldflags \"-static\"" ./cmd/dnsmonster
1313

14-
RUN find / | gzip | base64 -w 0
15-
1614
FROM scratch
1715
COPY --from=0 /opt/dnsmonster/dnsmonster /dnsmonster
1816
ENTRYPOINT ["/dnsmonster"]

0 commit comments

Comments
 (0)