Skip to content

Commit f31dc41

Browse files
committed
Added python3-idna
1 parent ed52eea commit f31dc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG phash
1010

1111
RUN apt-get update && \
1212
export DEBIAN_FRONTEND=noninteractive && \
13-
apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip ca-certificates && \
13+
apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip python3-idna ca-certificates && \
1414
apt-get install -y python3-ssdeep python3-tlsh && \
1515
if [ -n "$phash" ]; then apt-get install -y --no-install-recommends python3-pil python3-selenium chromium-driver; fi && \
1616
apt-get autoremove -y && \

0 commit comments

Comments
 (0)