Skip to content

Commit

Permalink
builds now
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Feb 4, 2025
1 parent 4412bc5 commit 3be623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TARGETARCH

ENV REPO="github.com/mosajjal/dnsmonster"

RUN apk add --no-cache libcap-static libpcap-dev linux-headers gcc git go file --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/
RUN apk add --no-cache libcap-static libpcap-dev linux-headers gcc git go file musl-dev --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/

RUN git clone https://${REPO}.git /opt/dnsmonster --depth 1 \
&& cd /opt/dnsmonster \
Expand Down

0 comments on commit 3be623b

Please sign in to comment.