Update Dockerfile

This commit is contained in:
Sergey
2023-09-14 08:35:06 +03:00
committed by GitHub
parent 2a1995727a
commit ea8b32720a

View File

@ -1,9 +1,11 @@
FROM node:16-bullseye
FROM debian:stable-slim
RUN apt-get update && \
apt-get install \
python3 \
python3-pip \
-y && \
-y \
--no-install-recommends \
&& \
rm -rf /var/cache/apt && \
pip3 install platformio
pip3 install platformio --break-system-packages