Skip to content

Commit

Permalink
forgot to add nextcord
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceywasabi committed Oct 21, 2021
1 parent cddeffd commit 22e03c1
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 @@ -13,7 +13,7 @@ COPY app/ /app
RUN python3 -m venv /app/
WORKDIR /app/

RUN pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir discord requests
RUN pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir discord nextcord requests
RUN pwd && wget https://github.com/weddige/pyaiml3/archive/refs/heads/master.zip -O pythonaiml.zip \
&& unzip pythonaiml.zip && cd pyaiml3-master && python3 setup.py install \
&& cd .. && rm pythonaiml.zip && rm -r pyaiml3-master && cd /
Expand Down

0 comments on commit 22e03c1

Please sign in to comment.