Add libfuzzy to modules

pull/1/head
Jason Kendall 2020-01-28 14:21:33 -05:00
parent f693805087
commit 0dac61ed64
1 changed files with 1 additions and 0 deletions

View File

@ -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