Skip to content

Commit 42ed877

Browse files
committed
docker: Install yq, rsync and west for zephyr-converter
1 parent 28e1652 commit 42ed877

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN \
3535
libjansson4 \
3636
libyaml-0-2 \
3737
wget \
38-
yq
38+
yq \
39+
rsync
3940

4041
COPY ./requirements.txt /usr/local/elixir/
4142

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Jinja2~=3.1.5
22
Pygments~=2.18.0
33
Falcon~=4.0.2
44
pytest==7.2.1
5+
west~=1.3.0
56

67
# NOTE binary wheels of berkeleydb are not distributed - on Debian this may
78
# require installing build-essentials, python3-dev and libdb-dev

0 commit comments

Comments
 (0)