mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-26 00:42:16 +03:00
commit
cbb96e5444
@ -1,9 +1,11 @@
|
|||||||
FROM node:16-bullseye
|
FROM debian:stable-slim
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install \
|
apt-get install \
|
||||||
|
--no-install-recommends \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
-y && \
|
-y \
|
||||||
|
&& \
|
||||||
rm -rf /var/cache/apt && \
|
rm -rf /var/cache/apt && \
|
||||||
pip3 install platformio
|
pip3 install platformio --break-system-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user