mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
specify python module versions
This commit is contained in:
parent
b1f7541a1f
commit
5130d1e63f
|
@ -29,15 +29,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 \
|
||||||
future \
|
future==0.18.* \
|
||||||
pillow \
|
pillow==9.3.* \
|
||||||
captcha \
|
captcha==0.4 \
|
||||||
pyjwt \
|
pyjwt==2.6.* \
|
||||||
mysqlclient \
|
mysqlclient==2.1.* \
|
||||||
django==3.2.16 \
|
django==3.2.16 \
|
||||||
django-pylibmc \
|
django-pylibmc \
|
||||||
django-simple-captcha \
|
django-simple-captcha==0.5.* \
|
||||||
pycryptodome==3.12.0 \
|
pycryptodome==3.16.* \
|
||||||
&& rm -r /root/.cache/pip
|
&& rm -r /root/.cache/pip
|
||||||
|
|
||||||
FROM python:3.8.16-alpine3.16
|
FROM python:3.8.16-alpine3.16
|
||||||
|
|
Loading…
Reference in a new issue