platformio-ci/Dockerfile

10 lines
172 B
Docker
Raw Normal View History

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