Skip to content

Commit

Permalink
feat: Add DNSSEC support
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Mar 25, 2024
1 parent 1082941 commit 5eca53b
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 @@ -3,7 +3,7 @@ FROM alpine:edge
RUN apk --no-cache add \
tini \
bash \
dnsmasq && \
dnsmasq-dnssec && \
rm -rf /tmp/* /var/cache/apk/*

RUN mkdir -p /etc/default/
Expand Down

0 comments on commit 5eca53b

Please sign in to comment.