Skip to content

Commit

Permalink
Update Dockerfile.memebot
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 24, 2024
1 parent ec85141 commit 45ade75
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 @@ -46,7 +46,7 @@ RUN apt-get update \
&& apt-get purge -y --auto-remove \
&& 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 --no-cache-dir --upgrade nonebot2 nonebot-adapter-github nonebot-plugin-alconna

COPY ./meme_generator /app/meme_generator

Expand Down

0 comments on commit 45ade75

Please sign in to comment.