From 12af02bb77a7e2cb2d043c20ae81d65f1fa6b56a Mon Sep 17 00:00:00 2001 From: Hulk Date: Wed, 25 Dec 2019 10:28:00 +0800 Subject: [PATCH] remove django-compressor --- seafile-server-7.1-centos-amd64-http | 5 ++--- seafile-server-7.1-ubuntu-amd64-http | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/seafile-server-7.1-centos-amd64-http b/seafile-server-7.1-centos-amd64-http index 8c3a7ae..fd90888 100644 --- a/seafile-server-7.1-centos-amd64-http +++ b/seafile-server-7.1-centos-amd64-http @@ -173,11 +173,10 @@ systemctl status firewalld &> /dev/null \ yum install epel-release -y yum install python3 python3-setuptools python3-pip python3-ldap memcached java-1.8.0-openjdk \ - libmemcached libreoffice-headless libreoffice-pyuno libffi-devel pwgen curl \ - redhat-rpm-config python3-devel gcc -y + libmemcached libreoffice-headless libreoffice-pyuno libffi-devel pwgen curl -y pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy psd-tools \ - django-pylibmc django-compressor django-simple-captcha + django-pylibmc django-simple-captcha # start memcached on system boot systemctl enable --now memcached diff --git a/seafile-server-7.1-ubuntu-amd64-http b/seafile-server-7.1-ubuntu-amd64-http index da23ebf..55d19fc 100644 --- a/seafile-server-7.1-ubuntu-amd64-http +++ b/seafile-server-7.1-ubuntu-amd64-http @@ -151,7 +151,7 @@ apt-get install -y python3 python3-setuptools python3-pip python3-ldap memcached libmemcached-dev libreoffice-script-provider-python libreoffice pwgen curl nginx pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy psd-tools \ - django-pylibmc django-compressor django-simple-captcha + django-pylibmc django-simple-captcha rm /etc/nginx/sites-enabled/*