mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
copy python Cryptodome module to Crypto
This commit is contained in:
parent
7175139ecc
commit
f9c9a0cd03
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue