diff --git a/Dockerfile b/Dockerfile index 69611f6..86d035a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . /app RUN apt-get update && \ - apt-get install -y git curl && \ + apt-get install -y git gcc curl && \ curl -sSL https://install.python-poetry.org | python - && \ echo "export PATH=$PATH:/root/.local/bin" >> ~/.bashrc && \ . ~/.bashrc && \