Skip to content

Commit 16cd9aa

Browse files
committed
chore: 添加 aiofiles 依赖
为异步文件操作支持添加 aiofiles 包
1 parent adc29a4 commit 16cd9aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN if [ "$COPAW_VERSION" = "latest" ]; then \
5050
pip install --no-cache-dir "copaw[$COPAW_EXTRAS]==${COPAW_VERSION}"; \
5151
fi \
5252
fi \
53-
&& pip install --no-cache-dir paho-mqtt
53+
&& pip install --no-cache-dir paho-mqtt aiofiles
5454

5555
# ==================== 运行阶段 ====================
5656
FROM python:3.12-slim

0 commit comments

Comments
 (0)