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