chore: remove legacy-cgi
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2025-02-02 17:24:33 +01:00
parent 9f318dd4ce
commit 9afc15877c

View file

@ -24,7 +24,7 @@ RUN \
if [[ -n "${VERSION}" && "${VERSION}" != "dev" ]]; then \
PYLOAD="pyload-ng[all]==${VERSION}"; \
fi && \
pip3 install -U legacy-cgi "${PYLOAD}" && \
pip3 install -U "${PYLOAD}" && \
rm -rf /usr/local/share/doc && \
apk del --purge \
build-dependencies && \