mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add python site-packages from seafile
This commit is contained in:
parent
dce1782cd2
commit
e9f3bac031
|
@ -57,7 +57,7 @@ RUN apk add bash socat
|
|||
|
||||
|
||||
COPY --from=get /tmp/seafile-server*/seahub/ /opt/seafile/seafile-server-latest/seahub
|
||||
COPY scripts/seahub.sh /opt/seafile/seafile-server-latest
|
||||
COPY --from=get /tmp/seafile-server*/seafile/lib64/python3.6/site-packages /usr/lib/python3.6/site-packages
|
||||
COPY scripts /scripts
|
||||
RUN chmod u+x /scripts/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue