forked from indymedia/epicyon
Extra debian dependency
parent
fa1cb61134
commit
d5b7dd97af
|
@ -17,6 +17,7 @@ RUN apt-get update && \
|
|||
libimage-exiftool-perl \
|
||||
python3-flake8 \
|
||||
python3-pyld \
|
||||
python3-django-timezone-field \
|
||||
tor
|
||||
RUN adduser --system --home=/opt/epicyon --group epicyon
|
||||
COPY --chown=epicyon:epicyon . /app
|
||||
|
|
|
@ -35,7 +35,7 @@ sudo apt install -y \
|
|||
python3-crypto python3-pycryptodome \
|
||||
python3-dateutil python3-pil.imagetk
|
||||
python3-idna python3-requests \
|
||||
python3-pyld \
|
||||
python3-pyld python3-django-timezone-field \
|
||||
libimage-exiftool-perl python3-flake8 \
|
||||
certbot nginx
|
||||
```
|
||||
|
|
|
@ -66,7 +66,7 @@ else
|
|||
python3-numpy python3-pil.imagetk python3-pip \
|
||||
python3-setuptools python3-socks python3-idna \
|
||||
libimage-exiftool-perl python3-flake8 python3-pyld \
|
||||
nginx git i2pd wget qrencode
|
||||
python3-django-timezone-field nginx git i2pd wget qrencode
|
||||
fi
|
||||
|
||||
if [ ! -d /etc/i2pd ]; then
|
||||
|
|
|
@ -47,7 +47,7 @@ else
|
|||
python3-numpy python3-pil.imagetk python3-pip \
|
||||
python3-setuptools python3-socks python3-idna \
|
||||
libimage-exiftool-perl python3-flake8 python3-pyld \
|
||||
tor nginx git qrencode
|
||||
python3-django-timezone-field tor nginx git qrencode
|
||||
fi
|
||||
|
||||
echo 'Cloning the epicyon repo'
|
||||
|
|
|
@ -4,7 +4,7 @@ You will need python version 3.7 or later.
|
|||
|
||||
On a Debian based system:
|
||||
|
||||
sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx
|
||||
sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld python3-django-timezone-field libimage-exiftool-perl certbot nginx
|
||||
|
||||
The following instructions install Epicyon to the /opt directory. It's not essential that it be installed there, and it could be in any other preferred directory.
|
||||
|
||||
|
|
|
@ -1264,7 +1264,7 @@
|
|||
<p class="intro">You will need python version 3.7 or later.</p>
|
||||
<p class="intro">On a Debian based system:</p>
|
||||
<div class="shell">
|
||||
<p>sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx</p>
|
||||
<p>sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld python3-django-timezone-field libimage-exiftool-perl certbot nginx</p>
|
||||
</div>
|
||||
|
||||
<p class="intro">
|
||||
|
|
Loading…
Reference in New Issue