mirror of https://gitlab.com/bashrc2/epicyon
Update dockerfile
parent
3e5ff202e6
commit
a4a4c21f4e
|
@ -4,15 +4,19 @@ RUN apt-get update && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
python3-crypto \
|
python3-crypto \
|
||||||
|
python3-cryptodome \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
python3-idna \
|
python3-idna \
|
||||||
|
python3-requests \
|
||||||
python3-numpy \
|
python3-numpy \
|
||||||
python3-pil.imagetk \
|
python3-pil.imagetk \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-socks \
|
python3-socks \
|
||||||
tor && \
|
python3-idna \
|
||||||
pip3 install requests beautifulsoup4 pycryptodome
|
libimage-exiftool-perl \
|
||||||
|
python3-flake8 \
|
||||||
|
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
|
||||||
EXPOSE 80 7156
|
EXPOSE 80 7156
|
||||||
|
|
Loading…
Reference in New Issue