mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-07-04 00:45:36 +03:00
add
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM debian:stable-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install \
|
||||
python3 \
|
||||
python3-pip \
|
||||
-y && \
|
||||
rm -rf /var/cache/apt && \
|
||||
pip3 install platformio
|
Reference in New Issue
Block a user