From 25b81b2dd2db37a05643b4d7a074298a0c34de71 Mon Sep 17 00:00:00 2001 From: Goldy <153996346+g0ldyy@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:32:09 +0200 Subject: [PATCH] fix build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 407c752..d3ea915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ ENV PYTHONUNBUFFERED=1 \ FORCE_COLOR=1 \ TERM=xterm-256color +RUN apk add --no-cache gcc + RUN pip install poetry COPY . . RUN poetry install --no-cache --no-root --without dev