platformio-ci/Dockerfile
2023-09-13 16:02:16 +03:00

10 lines
172 B
Docker

FROM node:16-bullseye
RUN apt-get update && \
apt-get install \
python3 \
python3-pip \
-y && \
rm -rf /var/cache/apt && \
pip3 install platformio