mirror of https://github.com/MISP/misp-docker
libffi-dev needed for v2.4.149
parent
2f7d4928ca
commit
1e8c3b02ac
|
@ -33,6 +33,7 @@ FROM debian:buster-slim as python-build
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
libfuzzy-dev \
|
libfuzzy-dev \
|
||||||
|
libffi-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& 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/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue