platformio-ci/Dockerfile
Sergey Ladanov 67d191d4b4 Update files
2023-09-20 08:17:01 +03:00

12 lines
234 B
Docker

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