debug: Dockerfile with build-essential
Some checks failed
Deploy on push / deploy (push) Failing after 1m36s

This commit is contained in:
Stepan Vladovskiy 2025-05-18 22:43:20 +00:00
parent e38a1c1338
commit 7df9361daa

View File

@ -3,6 +3,7 @@ FROM python:slim
RUN apt-get update && apt-get install -y \
postgresql-client \
curl \
build-essential \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app