We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed52eea commit f31dc41Copy full SHA for f31dc41
Dockerfile
@@ -10,7 +10,7 @@ ARG phash
10
11
RUN apt-get update && \
12
export DEBIAN_FRONTEND=noninteractive && \
13
-apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip ca-certificates && \
+apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip python3-idna ca-certificates && \
14
apt-get install -y python3-ssdeep python3-tlsh && \
15
if [ -n "$phash" ]; then apt-get install -y --no-install-recommends python3-pil python3-selenium chromium-driver; fi && \
16
apt-get autoremove -y && \
0 commit comments