copy python Cryptodome module to Crypto

This commit is contained in:
Gerrit Gogel 2022-03-27 03:01:36 +03:00
parent 7175139ecc
commit f9c9a0cd03

View file

@ -31,6 +31,8 @@ python3-sqlalchemy \
python3-pycryptodome \
&& rm -rf /var/lib/apt/lists/*
RUN cp -r /usr/lib/python3/dist-packages/Cryptodome /usr/lib/python3/dist-packages/Crypto
ENV SEAFILE_VERSION=9.0.4
COPY --from=get /tmp/seafile-server-${SEAFILE_VERSION} /opt/seafile/seafile-server-${SEAFILE_VERSION}