platformio-ci/Dockerfile

11 lines
152 B
Docker
Raw Normal View History

2023-09-13 14:43:11 +03:00
FROM alpine:latest
2023-09-13 13:50:57 +03:00
2023-09-13 14:43:11 +03:00
RUN apk update && \
apt add \
2023-09-13 13:50:57 +03:00
python3 \
2023-09-13 14:43:11 +03:00
py3-pip \
&& \
pip3 install platformio \
&& \
apk cache -v sync