Skip to content

Commit

Permalink
Fix seafdav not working
Browse files Browse the repository at this point in the history
This is due to incompatibility between sqlalchemy and the Python modules
used by Seafile. See
haiwen/seafile#2645 (comment)
for more details.
  • Loading branch information
kouyk committed Mar 20, 2023
1 parent bddecc4 commit b0781fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
build-essential autoconf libtool pkg-config \
libffi-dev libjpeg-dev zlib1g-dev && \
pip3 install --timeout=3600 \
Pillow pylibmc captcha jinja2 sqlalchemy python3-ldap \
Pillow pylibmc captcha jinja2 "sqlalchemy<2" python3-ldap \
django-pylibmc django-simple-captcha mysqlclient lxml \
future pycryptodome==3.12.0 cffi==1.14.0 && \
apt-get purge -y \
Expand Down

0 comments on commit b0781fe

Please sign in to comment.