innovaker
2021-06-14 12:03:46 +01:00
parent 540a2cee25
commit af6c5091aa
2 changed files with 3 additions and 1 deletions

View File

@@ -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 \