mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Revert "add missing import for onlyoffice views"
This reverts commit 3410ef19f7
.
This commit is contained in:
parent
1cf7b6659a
commit
e093e8bba5
|
@ -12,8 +12,6 @@ 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