From 84a7bc405737c2d3723975bd4b8bd6a106ad7bdd Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 7 Jan 2024 14:43:02 +0300 Subject: [PATCH] version-0.2.1a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \