diff --git a/Dockerfile b/Dockerfile index 667d80c5..aff6cc08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 2e26fb5e..0d3f090c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/deploy/i2p b/deploy/i2p index ef5345ab..d83a8501 100755 --- a/deploy/i2p +++ b/deploy/i2p @@ -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 diff --git a/deploy/onion b/deploy/onion index 3345874f..4b53406a 100755 --- a/deploy/onion +++ b/deploy/onion @@ -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' diff --git a/gemini/EN/install.gmi b/gemini/EN/install.gmi index 682aa45e..9cee3993 100644 --- a/gemini/EN/install.gmi +++ b/gemini/EN/install.gmi @@ -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. diff --git a/website/EN/index.html b/website/EN/index.html index 5a9e38b1..5577f117 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1264,7 +1264,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