Skip to content

Commit 1490946

Browse files
committed
Add more convenience tools to SDK
* tree Reference: ECODEVT-1040
1 parent d2d2882 commit 1490946

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2525
less \
2626
jq \
2727
bash-completion \
28+
tree \
2829
nano \
2930
vim \
3031
&& \

Dockerfile.armv7hf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2525
less \
2626
jq \
2727
bash-completion \
28+
tree \
2829
nano \
2930
vim \
3031
&& \

0 commit comments

Comments
 (0)