From 6e02a504a234bad43411e8d55cc731761b3244a7 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Wed, 30 Jun 2021 00:36:30 +0200 Subject: [PATCH] add androguard --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54e1202..71bad7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_DEP='python3 python3-wheel python3-typing-extensions python3-pandas python3-plotly python3-six python3-dateutil python3-brotli python3-pycryptodome libatlas3-base python3-cryptography python3-scipy' +ARG PYTHON_DEP='python3 python3-wheel python3-typing-extensions python3-pandas python3-plotly python3-six python3-dateutil python3-brotli python3-pycryptodome libatlas3-base python3-cryptography python3-scipy androguard' FROM debian:buster-slim AS builder ARG PYTHON_DEP