Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 24, 2024
1 parent 69d21f7 commit 3bffa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.memebot
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir --upgrade -r /app/requirements.txt \
&& pip install --no-cache-dir --upgrade nonebot2 nonebot-adapter-github \
&& pip install git+https://github.com/nonebot/plugin-alconna.git
&& pip install git+http://github.com/nonebot/plugin-alconna.git

COPY ./meme_generator /app/meme_generator

Expand Down

0 comments on commit 3bffa60

Please sign in to comment.