Skip to content

Commit

Permalink
Using unbound-libs instead unbound-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Mar 3, 2023
1 parent 7a064d4 commit 78f0834
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 @@ -17,6 +17,6 @@ FROM alpine:3.17
COPY --from=build /go/bin/sentinelnode /usr/local/bin/process
COPY --from=build /root/hnsd/hnsd /usr/local/bin/hnsd

RUN apk add --no-cache ip6tables unbound-dev v2ray wireguard-tools
RUN apk add --no-cache ip6tables unbound-libs v2ray wireguard-tools

CMD ["process"]

0 comments on commit 78f0834

Please sign in to comment.