chore: remove legacy-cgi
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9f318dd4ce
commit
9afc15877c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,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 -U legacy-cgi "${PYLOAD}" && \
|
pip3 install -U "${PYLOAD}" && \
|
||||||
rm -rf /usr/local/share/doc && \
|
rm -rf /usr/local/share/doc && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue