From d7f4540dcdeeea8f5da11b170775a24aa5fe96b6 Mon Sep 17 00:00:00 2001 From: c0de Date: Fri, 9 Dec 2022 22:44:04 -0600 Subject: [PATCH] Install beautifultable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .