mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add jinja2 and sqlalchemy for seafdav
This commit is contained in:
parent
f210e2c34f
commit
e3c906675f
|
@ -23,6 +23,8 @@ python3-click \
|
||||||
python3-termcolor \
|
python3-termcolor \
|
||||||
python3-colorlog \
|
python3-colorlog \
|
||||||
python3-pymysql \
|
python3-pymysql \
|
||||||
|
python3-jinja2 \
|
||||||
|
python3-sqlalchemy \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=8.0.2
|
ENV SEAFILE_VERSION=8.0.2
|
||||||
|
|
Loading…
Reference in a new issue