Skip to content

Commit

Permalink
#620 add libfuzzy-dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 11, 2020
1 parent 809c7b2 commit 7d7ab36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions analyzers/MalwareClustering/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3

WORKDIR /worker
COPY . MalwareClustering
RUN apt update && \
apt install -y -q libfuzzy-dev libimage-exiftool-perl && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install --no-cache-dir -r MalwareClustering/requirements.txt
ENTRYPOINT MalwareClustering/malwareclustering.py

0 comments on commit 7d7ab36

Please sign in to comment.