Update Dockerfile

This commit is contained in:
Sergey 2023-09-14 08:47:04 +03:00 committed by GitHub
parent ea8b32720a
commit 669f0fcf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@ FROM debian:stable-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install \ apt-get install \
--no-install-recommends \
python3 \ python3 \
python3-pip \ python3-pip \
-y \ -y \
--no-install-recommends \
&& \ && \
rm -rf /var/cache/apt && \ rm -rf /var/cache/apt && \
pip3 install platformio --break-system-packages pip3 install platformio --break-system-packages