From f226560025e657d2f90a62195750147df9160228 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:15:57 +0100 Subject: [PATCH] redbot: do not install discord-text-sanitizer --- bot/red/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/red/Dockerfile b/bot/red/Dockerfile index d796331..f66d861 100644 --- a/bot/red/Dockerfile +++ b/bot/red/Dockerfile @@ -37,7 +37,7 @@ RUN apt update \ tini RUN pip install --upgrade pip -RUN pip install python-forecastio tweepy unidecode discord-text-sanitizer mcstatus bs4 sqlalchemy geocoder valve python-valve py-cpuinfo psutil +RUN pip install python-forecastio tweepy unidecode mcstatus bs4 sqlalchemy geocoder valve python-valve py-cpuinfo psutil RUN mkdir -p /home/container/.config/Red-DiscordBot/ RUN ln -s /home/container/.config/Red-DiscordBot/ /usr/local/share/Red-DiscordBot