mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
remove unused pip packages
This commit is contained in:
parent
c804e2cb94
commit
5d6e3cee0f
|
@ -30,28 +30,15 @@ libmemcached-dev
|
||||||
|
|
||||||
RUN python3 -m pip install --upgrade pip &&\
|
RUN python3 -m pip install --upgrade pip &&\
|
||||||
pip3 install --timeout=3600 \
|
pip3 install --timeout=3600 \
|
||||||
Django==2.2.14 \
|
|
||||||
future \
|
future \
|
||||||
captcha \
|
|
||||||
django-statici18n \
|
|
||||||
django-post_office==3.3.0 \
|
|
||||||
django-webpack_loader \
|
|
||||||
gunicorn \
|
|
||||||
mysqlclient \
|
|
||||||
django-picklefield==2.1.1 \
|
|
||||||
openpyxl \
|
|
||||||
qrcode \
|
|
||||||
django-formtools \
|
|
||||||
django-simple-captcha \
|
|
||||||
djangorestframework==3.11.1 \
|
|
||||||
python-dateutil \
|
|
||||||
requests \
|
|
||||||
pillow \
|
pillow \
|
||||||
|
captcha \
|
||||||
pyjwt \
|
pyjwt \
|
||||||
pycryptodome \
|
django==2.2.* \
|
||||||
requests_oauthlib \
|
|
||||||
django-pylibmc \
|
django-pylibmc \
|
||||||
configparser \
|
django-simple-captcha \
|
||||||
|
django-pylibmc \
|
||||||
|
django-simple-captcha \
|
||||||
&& rm -r /root/.cache/pip
|
&& rm -r /root/.cache/pip
|
||||||
|
|
||||||
FROM alpine:3.9
|
FROM alpine:3.9
|
||||||
|
|
Loading…
Reference in a new issue