Add missing dependencies to dockerfile

main
Bob Mottram 2022-12-10 13:07:04 +00:00
parent 80fd77a1ce
commit 4b683d7401
1 changed files with 3 additions and 0 deletions

View File

@ -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