From 29849f2b295e7034cdfa447f7e9940ff14c39a29 Mon Sep 17 00:00:00 2001 From: irumaru Date: Wed, 11 Oct 2023 18:34:58 +0000 Subject: [PATCH] Add gcc --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index e119ccd..9a6c105 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -17,7 +17,7 @@ RUN git clone https://github.com/nsslums/cit-bot.git FROM python:slim # library install -RUN pip install discord.py load_dotenv json-tricks +RUN apt update && apt install gcc && pip install discord.py load_dotenv json-tricks # disable cache ARG NOCACHE=1