mirror of https://github.com/MISP/misp-docker
commit
391b8d15db
|
@ -33,6 +33,7 @@ FROM debian:buster-slim as python-build
|
|||
python3-setuptools \
|
||||
python3-wheel \
|
||||
libfuzzy-dev \
|
||||
libffi-dev \
|
||||
ca-certificates \
|
||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue