mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
remove old workaround for pycryptodome path
This commit is contained in:
parent
71a6ad3a24
commit
cffff202f0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue