feat: Zephyr 2.5.0
Based on: https://docs.zephyrproject.org/2.5.0/getting_started/index.html https://docs.zephyrproject.org/2.5.0/getting_started/installation_linux.html#install-requirements-and-dependencies
This commit is contained in:
@@ -18,6 +18,7 @@ RUN \
|
||||
make \
|
||||
ninja-build \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
@@ -28,6 +29,7 @@ RUN \
|
||||
&& pip3 install \
|
||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
|
||||
&& apt-get remove -y --purge \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
|
Reference in New Issue
Block a user