diff --git a/dev.Dockerfile b/dev.Dockerfile index b8a37bd4f..0f559a0cf 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10-slim WORKDIR /app # Install Poetry -RUN apt-get update && apt-get install -y curl +RUN apt-get update && apt-get install gcc curl -y RUN curl -sSL https://install.python-poetry.org | python3 - # # Add Poetry to PATH ENV PATH="${PATH}:/root/.local/bin"