Rename Dockerfile to Image.Dockerfile

This commit is contained in:
Sergey
2023-09-19 00:45:13 +03:00
committed by GitHub
parent 7cb986ade4
commit e64a24d910

11
Image.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