platformio-ci/Dockerfile
2023-09-14 08:35:06 +03:00

12 lines
234 B
Docker

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