test/fuzz: add hexdump to docker image

This commit is contained in:
Matthias Ringwald 2024-06-07 22:27:38 +02:00
parent c94576d536
commit cff4c2d72d

View File

@ -3,5 +3,5 @@ FROM debian
# Install clang, cmake, ninja
RUN apt-get update
RUN apt-get install -y clang gdb lldb cmake ninja-build
RUN apt-get install -y clang gdb lldb cmake ninja-build bsdmainutils