feat: Move ssh to build package.
* Some builds might need to pull extra west modules/sub-modules over SSH, so move that package to the build image. Fixes: #142
This commit is contained in:
parent
76376c9148
commit
ff7ef761d0
@ -23,6 +23,7 @@ RUN \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
ssh \
|
||||
&& pip3 install \
|
||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
|
||||
&& pip3 install cmake \
|
||||
@ -65,7 +66,6 @@ RUN \
|
||||
python3-tk \
|
||||
python3-wheel \
|
||||
socat \
|
||||
ssh \
|
||||
tio \
|
||||
wget \
|
||||
xz-utils \
|
||||
|
Loading…
Reference in New Issue
Block a user