Skip to content

Commit

Permalink
add all seahub thirdparty modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ggogel committed Aug 1, 2024
1 parent e5117e3 commit d32bda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lxml==5.2.2 \
python-ldap==3.4.4 \
pytz==2024.1 \
django==4.2.14 \
requests==2.32.3
requests==2.32.3

RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
Expand All @@ -68,7 +68,7 @@ python3 \
COPY --from=pip /pip-deps /usr/local/lib/python3.10/dist-packages

COPY --from=clean /tmp/seafile-server-${SEAFILE_VERSION} /opt/seafile/seafile-server-${SEAFILE_VERSION}
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION}/seahub/thirdpart/seafobj /opt/seafile/seafile-server-${SEAFILE_VERSION}/seahub/thirdpart/seafobj
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION}/seahub/thirdpart /opt/seafile/seafile-server-${SEAFILE_VERSION}/seahub/thirdpart
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION}/seahub/scripts /opt/seafile/seafile-server-${SEAFILE_VERSION}/seahub/scripts
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION}/seahub/tools /opt/seafile/seafile-server-${SEAFILE_VERSION}/seahub/tools
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION}/seahub/sql /opt/seafile/seafile-server-${SEAFILE_VERSION}/seahub/sql
Expand Down

0 comments on commit d32bda3

Please sign in to comment.