fix(Dockerfile): add extra-index-url to pip install command

This commit is contained in:
lanvent
2023-04-23 15:01:10 +08:00
parent 9a99caeb9d
commit 8205d2552c
4 changed files with 6 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ class ChatChannel(Channel):
pass
else:
return None
content = content.strip()
img_match_prefix = check_prefix(content, conf().get("image_create_prefix"))
if img_match_prefix:
content = content.replace(img_match_prefix, "", 1)