Skip to content

Commit 56792fa

Browse files
committed
Remove setuptools
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 0e2b4b8 commit 56792fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile.lite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -euo pipefail \
6767
&& python3 -m venv /app/.venv \
6868
&& /app/.venv/bin/pip install --no-cache-dir --upgrade pip setuptools wheel pdm uv \
6969
&& /app/.venv/bin/uv pip install ".[redis,postgres]" \
70-
&& /app/.venv/bin/pip uninstall --yes uv pip \
70+
&& /app/.venv/bin/pip uninstall --yes uv pip setuptools \
7171
&& rm -rf /root/.cache /var/cache/dnf
7272

7373
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)