Install beautifultable

This commit is contained in:
c0de 2022-12-09 22:44:04 -06:00
parent 97a1ab1b2b
commit d7f4540dcd
1 changed files with 1 additions and 1 deletions

View File

@ -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 . .