mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 00:12:52 +03:00
Update Dockerfile
This commit is contained in:
parent
ea8b32720a
commit
669f0fcf25
@ -2,10 +2,10 @@ FROM debian:stable-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install \
|
||||
--no-install-recommends \
|
||||
python3 \
|
||||
python3-pip \
|
||||
-y \
|
||||
--no-install-recommends \
|
||||
&& \
|
||||
rm -rf /var/cache/apt && \
|
||||
pip3 install platformio --break-system-packages
|
||||
|
Loading…
Reference in New Issue
Block a user