From a4a4c21f4e2d3202b1baf1a18bed9391b97a62ab Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Jun 2020 23:29:33 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0bdbf90cb..77fe2104b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,15 +4,19 @@ RUN apt-get update && \ apt-get -y install \ imagemagick \ python3-crypto \ + python3-cryptodome \ python3-dateutil \ python3-idna \ + python3-requests \ python3-numpy \ python3-pil.imagetk \ python3-pip \ python3-setuptools \ python3-socks \ - tor && \ - pip3 install requests beautifulsoup4 pycryptodome + python3-idna \ + libimage-exiftool-perl \ + python3-flake8 \ + tor RUN adduser --system --home=/opt/epicyon --group epicyon COPY --chown=epicyon:epicyon . /app EXPOSE 80 7156