diff --git a/Dockerfile b/Dockerfile index b4771fe..815bfe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,10 @@ FROM debian:stable-slim RUN apt-get update && \ apt-get install \ + --no-install-recommends \ python3 \ python3-pip \ -y \ - --no-install-recommends \ && \ rm -rf /var/cache/apt && \ pip3 install platformio --break-system-packages