build hickory in debug mode

This commit is contained in:
Jorge Aparicio 2024-02-09 16:42:52 +01:00
parent 3d73fe3da1
commit 952c346e9e

View File

@ -4,5 +4,5 @@ RUN apt-get update && \
apt-get install -y \
tshark
RUN cargo install hickory-dns --version 0.24.0 --features recursor
RUN cargo install hickory-dns --version 0.24.0 --features recursor --debug
env RUST_LOG=debug