We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68d648 commit b52c245Copy full SHA for b52c245
Dockerfile
@@ -2,6 +2,7 @@ FROM python:3
2
3
RUN apt-get update && \
4
apt-get -y --no-install-recommends install automake libtool make gcc git python3-pip && \
5
+rm -rf /var/lib/apt/lists/* && \
6
pip3 --no-cache-dir install yara-python && \
7
wget https://github.com/VirusTotal/yara/archive/v3.8.1.tar.gz -O yara.tar.gz && \
8
tar -zxf yara.tar.gz && \
0 commit comments