Skip to content

Commit

Permalink
Include git in Dockerfile (#2355)
Browse files Browse the repository at this point in the history
git is needed to install the
git+https://github.com/Rapptz/discord.py pip dependency
  • Loading branch information
phknot committed Nov 7, 2023
1 parent f141234 commit 5fe6209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apk update && apk add --no-cache \
opus-dev \
libffi \
libsodium \
gcc
gcc \
git

# Install pip dependencies
RUN pip3 install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 5fe6209

Please sign in to comment.