platformio-ci/Dockerfile

9 lines
173 B
Docker
Raw Normal View History

2023-09-13 13:50:57 +03:00
FROM debian:stable-slim
RUN apt-get update && \
apt-get install \
python3 \
python3-pip \
-y && \
rm -rf /var/cache/apt && \
pip3 install platformio