update: add socksio, echatpy, cryptography to dockerfile

This commit is contained in:
Soulter
2025-02-08 22:10:17 +08:00
parent b6ec327b49
commit 2759d347e6
+3 -1
View File
@@ -12,7 +12,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN python -m pip install -r requirements.txt RUN python -m pip install -r requirements.txt --no-cache-dir
RUN python -m pip install socksio wechatpy cryptography --no-cache-dir
EXPOSE 6185 EXPOSE 6185
EXPOSE 6186 EXPOSE 6186