platformio-ci/Dockerfile
Sergey Ladanov 87d2468313 add
2023-09-13 13:50:57 +03:00

9 lines
173 B
Docker

FROM debian:stable-slim
RUN apt-get update && \
apt-get install \
python3 \
python3-pip \
-y && \
rm -rf /var/cache/apt && \
pip3 install platformio