mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-24 16:02:45 +03:00
Update Dockerfile
This commit is contained in:
parent
001ce42f99
commit
6d8f28a979
@ -9,3 +9,9 @@ RUN apt-get update && \
|
||||
&& \
|
||||
rm -rf /var/cache/apt && \
|
||||
pip3 install platformio --break-system-packages
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user