diff --git a/Dockerfile b/Dockerfile index 90fc944..6a5a7cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \