platformio-ci/Dockerfile
2023-09-13 14:43:11 +03:00

11 lines
152 B
Docker

FROM alpine:latest
RUN apk update && \
apt add \
python3 \
py3-pip \
&& \
pip3 install platformio \
&& \
apk cache -v sync