mirror of https://github.com/MISP/misp-docker
Fixes #193
parent
6d0c7d7228
commit
38edf03b70
|
@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libpoppler-cpp-dev \
|
libpoppler-cpp-dev \
|
||||||
libfuzzy-dev \
|
libfuzzy-dev \
|
||||||
|
libssl-dev \
|
||||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Build MISP Modules
|
# Build MISP Modules
|
||||||
|
|
Loading…
Reference in New Issue