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