Skip to content

Commit

Permalink
Removed python3-whois
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Aug 21, 2023
1 parent 6d37ff8 commit d75f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG phash

RUN apt-get update && \
export DEBIAN_FRONTEND=noninteractive && \
apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip python3-whois ca-certificates && \
apt-get install -y --no-install-recommends python3-dnspython python3-tld python3-geoip ca-certificates && \
apt-get install -y python3-ssdeep python3-tlsh && \
if [ -n "$phash" ]; then apt-get install -y --no-install-recommends python3-pil python3-selenium chromium-driver; fi && \
apt-get autoremove -y && \
Expand Down

0 comments on commit d75f041

Please sign in to comment.