fix: remove usage msgspec fork
This commit is contained in:
parent
93902ce55e
commit
925b7a497f
1 changed files with 1 additions and 1 deletions
|
@ -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 ****" && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue