remove old workaround for pycryptodome path

This commit is contained in:
Gerrit Gogel 2024-02-19 11:28:38 +01:00
parent 71a6ad3a24
commit cffff202f0

View file

@ -49,9 +49,8 @@ ca-certificates \
python3 \
&& rm -rf /var/lib/apt/lists/*
RUN cp -r /usr/lib/python3/dist-packages/Cryptodome /usr/lib/python3/dist-packages/Crypto
COPY --from=pip /pip-deps /usr/local/lib/python3.10/dist-packages
COPY --from=get /tmp/seafile-server-${SEAFILE_VERSION} /opt/seafile/seafile-server-${SEAFILE_VERSION}
COPY scripts /scripts