Skip to content

Commit

Permalink
fix pip install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
asdkmm5050 committed Jul 6, 2022
1 parent 6f71a41 commit ea07a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ WORKDIR /app
RUN pip install discord==1.7.3
RUN pip install discord-py-slash-command==3.0.3
RUN pip install gTTs==2.2.3
RUN pip install PyNaCl1.4.0
RUN pip install PyNaCl==1.4.0
CMD python ./bot.py

0 comments on commit ea07a15

Please sign in to comment.