Skip to content

Commit

Permalink
Add gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
irumaru committed Oct 11, 2023
1 parent ae9dc64 commit 29849f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29849f2

Please sign in to comment.