We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2b4b8 commit 56792faCopy full SHA for 56792fa
Containerfile.lite
@@ -67,7 +67,7 @@ RUN set -euo pipefail \
67
&& python3 -m venv /app/.venv \
68
&& /app/.venv/bin/pip install --no-cache-dir --upgrade pip setuptools wheel pdm uv \
69
&& /app/.venv/bin/uv pip install ".[redis,postgres]" \
70
- && /app/.venv/bin/pip uninstall --yes uv pip \
+ && /app/.venv/bin/pip uninstall --yes uv pip setuptools \
71
&& rm -rf /root/.cache /var/cache/dnf
72
73
# ----------------------------------------------------------------------------
0 commit comments