79568607

Date: 2025-04-11 10:28:53
Score: 0.5
Natty:
Report link

Try to install Poetry to the path which will be available to all users instead of installing it to /root/.local

ENV PIPX_HOME=/opt/pipx \
    PIPX_BIN_DIR=/usr/local/bin

RUN apt update && \
    apt install pipx -y && \
    pipx install poetry
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey