Merge pull request #1 from embedd-actions/slim

Slim
This commit is contained in:
Sergey
2023-09-14 09:04:50 +03:00
committed by GitHub

View File

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