mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add django-pylibmc to seahub
This commit is contained in:
parent
f4df353241
commit
caac3efcb6
|
@ -25,7 +25,8 @@ lcms2-dev \
|
|||
openjpeg-dev \
|
||||
tiff-dev \
|
||||
tk-dev \
|
||||
tcl-dev
|
||||
tcl-dev \
|
||||
libmemcached-dev
|
||||
|
||||
RUN python3 -m pip install --upgrade pip \
|
||||
&& pip3 install --timeout=3600 \
|
||||
|
@ -49,6 +50,7 @@ pillow \
|
|||
pyjwt \
|
||||
pycryptodome \
|
||||
requests_oauthlib \
|
||||
django-pylibmc \
|
||||
&& rm -r /root/.cache/pip
|
||||
|
||||
RUN apk add bash
|
||||
|
|
Loading…
Reference in a new issue