From a83483b7c5afcb870228bd725922b9ba82e3229e Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Fri, 22 Aug 2025 13:43:38 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B1=D1=8D=D0=BA=D0=B0=D0=BF=D0=BE=D0=B2=20=D0=B1=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b758cd7..e500325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3 WORKDIR /usr/src/economy-bot +RUN apt update && apt install -y postgresql-client COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt