Update Dockerfile

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

View File

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