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

This commit is contained in:
nyyu 2024-12-29 08:16:10 +01:00
parent 686698403c
commit 012f06133d

View file

@ -11,7 +11,7 @@ RUN \
rm -f 7zip*.apk && \ rm -f 7zip*.apk && \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
gcc git musl-dev \ gcc musl-dev \
curl-dev && \ curl-dev && \
apk add --no-cache \ apk add --no-cache \
shadow \ shadow \
@ -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/jcrist/msgspec.git" legacy-cgi "${PYLOAD}" && \ pip3 install --no-cache-dir --break-system-packages -U legacy-cgi "${PYLOAD}" && \
apk del --purge \ apk del --purge \
build-dependencies && \ build-dependencies && \
echo "**** add user abc ****" && \ echo "**** add user abc ****" && \