fix: remove usage msgspec fork
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-10-20 09:00:51 +02:00
parent 93902ce55e
commit 925b7a497f

View file

@ -22,7 +22,7 @@ RUN \
if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \ if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \
PYLOAD="pyload-ng[all]==${VERSION}"; \ PYLOAD="pyload-ng[all]==${VERSION}"; \
fi && \ fi && \
pip3 install --no-cache-dir --break-system-packages -U "git+https://github.com/edgarrmondragon/msgspec.git@py313" legacy-cgi "${PYLOAD}" && \ pip3 install --no-cache-dir --break-system-packages -U "git+https://github.com/jcrist/msgspec.git" legacy-cgi "${PYLOAD}" && \
apk del --purge \ apk del --purge \
build-dependencies && \ build-dependencies && \
echo "**** add user abc ****" && \ echo "**** add user abc ****" && \