mirror of https://github.com/MISP/misp-docker
Add libfuzzy to modules
parent
f693805087
commit
0dac61ed64
|
@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
build-essential \
|
||||
pkg-config \
|
||||
libpoppler-cpp-dev \
|
||||
libfuzzy-dev \
|
||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build MISP Modules
|
||||
|
|
Loading…
Reference in New Issue