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:
Peter Johanson 2023-06-05 10:31:54 -07:00 committed by Pete Johanson
parent 76376c9148
commit ff7ef761d0

View File

@ -23,6 +23,7 @@ RUN \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python3-wheel \ python3-wheel \
ssh \
&& pip3 install \ && pip3 install \
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \ -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
&& pip3 install cmake \ && pip3 install cmake \
@ -65,7 +66,6 @@ RUN \
python3-tk \ python3-tk \
python3-wheel \ python3-wheel \
socat \ socat \
ssh \
tio \ tio \
wget \ wget \
xz-utils \ xz-utils \