Commit 4de7d1db authored by 簡碩辰's avatar 簡碩辰

移除 requests 套件

parent ca487be3
...@@ -28,7 +28,7 @@ RUN apt install -y python3-dev python3-pip ...@@ -28,7 +28,7 @@ RUN apt install -y python3-dev python3-pip
# 更新 python3 套件 # 更新 python3 套件
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
# 安裝 mqtt 套件 # 安裝 mqtt 套件
RUN pip3 install paho-mqtt requests RUN pip3 install paho-mqtt
# 移除系統套件清單 # 移除系統套件清單
RUN rm -r /var/lib/apt/lists/* RUN rm -r /var/lib/apt/lists/*
# 移動至使用者資料夾 # 移動至使用者資料夾
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment