Skip to content

Commit

Permalink
Merge pull request PowerDNS#14917 from omoerbeek/rec-dockerfile
Browse files Browse the repository at this point in the history
rec: sync Dockerfile build options with packages
  • Loading branch information
omoerbeek authored Dec 3, 2024
2 parents c019c63 + 1c1d80a commit cb1714a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile-recursor
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ RUN mkdir /build && \
LUAVER=$([ -z "${NO_LUA_JIT##*$(dpkg --print-architecture)*}" ] && echo 'lua5.3' || echo 'luajit') && \
apt-get install -y lib${LUAVER}-*dev && \
./configure \
--with-libcap \
--with-libsodium \
--with-lua=${LUAVER} \
--with-net-snmp \
--enable-dns-over-tls \
--enable-dnstap \
--enable-nod \
LDFLAGS=-rdynamic \
--sysconfdir=/etc/powerdns \
--enable-option-checking=fatal && \
Expand Down

0 comments on commit cb1714a

Please sign in to comment.