mirror of https://gitlab.com/bashrc2/epicyon
Add missing dependencies to dockerfile
parent
80fd77a1ce
commit
4b683d7401
|
@ -14,6 +14,9 @@ RUN apt-get update && \
|
||||||
libimage-exiftool-perl \
|
libimage-exiftool-perl \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
python3-django-timezone-field \
|
python3-django-timezone-field \
|
||||||
|
python3-pyqrcode \
|
||||||
|
python3-png \
|
||||||
|
python3-bandit \
|
||||||
tor
|
tor
|
||||||
RUN adduser --system --home=/opt/epicyon --group epicyon
|
RUN adduser --system --home=/opt/epicyon --group epicyon
|
||||||
COPY --chown=epicyon:epicyon . /app
|
COPY --chown=epicyon:epicyon . /app
|
||||||
|
|
Loading…
Reference in New Issue