diff --git a/Dockerfile b/Dockerfile index 1850210..dc8ca9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM python:3.10-alpine3.16 AS build -RUN pip install --no-cache-dir discord peewee +RUN pip install --no-cache-dir discord peewee beautifultable WORKDIR /app COPY . .