1 parent adc29a4 commit 16cd9aaCopy full SHA for 16cd9aa
1 file changed
Dockerfile
@@ -50,7 +50,7 @@ RUN if [ "$COPAW_VERSION" = "latest" ]; then \
50
pip install --no-cache-dir "copaw[$COPAW_EXTRAS]==${COPAW_VERSION}"; \
51
fi \
52
53
- && pip install --no-cache-dir paho-mqtt
+ && pip install --no-cache-dir paho-mqtt aiofiles
54
55
# ==================== 运行阶段 ====================
56
FROM python:3.12-slim
0 commit comments