Vitor Stone

Results 1 comments of Vitor Stone

I'm getting the same thing: This is my Containerfile: ``` FROM python:3.12.2 ENV POETRY_HOME=/opt/poetry RUN python3 -m venv $POETRY_HOME RUN $POETRY_HOME/bin/pip install poetry==1.8.2 RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&...