remove unused pip packages

This commit is contained in:
Gerrit Gogel 2021-02-02 00:33:24 +01:00
parent c804e2cb94
commit 5d6e3cee0f

View file

@ -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