fix: remove patch js2py
This commit is contained in:
parent
e8e4ff79c6
commit
481f57daf9
2 changed files with 0 additions and 30 deletions
|
@ -27,8 +27,6 @@ RUN \
|
|||
PYLOAD="pyload-ng[all]==${VERSION}"; \
|
||||
fi && \
|
||||
pip3 install --no-cache-dir --break-system-packages -U "${PYLOAD}" && \
|
||||
pip uninstall -y Js2Py && \
|
||||
cd /usr/local/lib/python3.12/site-packages/ && patch -Np1 < /py3-12.patch && cd / \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue