mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-07-04 00:45:36 +03:00
Update files
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user