Update files

This commit is contained in:
Sergey Ladanov
2023-09-20 08:17:01 +03:00
parent 52b940d324
commit 67d191d4b4
5 changed files with 4 additions and 6 deletions

11
Dockerfile Normal file
View File

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