mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add missing import for onlyoffice views
This commit is contained in:
parent
0ccaad60a4
commit
3410ef19f7
|
@ -12,6 +12,8 @@ RUN sed -i "s@.*INNER_FILE_SERVER_ROOT.*@INNER_FILE_SERVER_ROOT = os.environ.get
|
|||
|
||||
RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
|
||||
|
||||
RUN sed -i '1s;^;from django.core.cache import cache\n;' /tmp/seafile-server-${SEAFILE_VERSION}/seahub/seahub/onlyoffice/views.py
|
||||
|
||||
FROM alpine:3.13.6 AS pip
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
|
Loading…
Reference in a new issue