From 4b683d740133e4b1f25fbd0312a652dc5b5469cb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Dec 2022 13:07:04 +0000 Subject: [PATCH] Add missing dependencies to dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67da44438..5815236f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,9 @@ RUN apt-get update && \ libimage-exiftool-perl \ python3-flake8 \ python3-django-timezone-field \ + python3-pyqrcode \ + python3-png \ + python3-bandit \ tor RUN adduser --system --home=/opt/epicyon --group epicyon COPY --chown=epicyon:epicyon . /app