Remove ineffective python3 -m pipx ensurepath

This commit is contained in:
Quentin McGaw
2024-03-25 15:30:42 +00:00
parent cdcf1b0c7b
commit ac2a38e988
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ FROM python:3.11.6-slim-bookworm as base
# Install poetry
RUN pip install pipx
RUN python3 -m pipx ensurepath
RUN pipx install poetry
ENV PATH="/root/.local/bin:$PATH"
ENV PATH=".venv/bin/:$PATH"

View File

@@ -4,7 +4,6 @@ FROM python:3.11.6-slim-bookworm as base
# Install poetry
RUN pip install pipx
RUN python3 -m pipx ensurepath
RUN pipx install poetry
ENV PATH="/root/.local/bin:$PATH"
ENV PATH=".venv/bin/:$PATH"