Skip to content

Commit

Permalink
Add more convenience tools to SDK
Browse files Browse the repository at this point in the history
* jq
* nano
* bash-completion

Reference: ECODEVT-1040
  • Loading branch information
pataxis committed Jul 12, 2024
1 parent cf240e6 commit d2d2882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
xz-utils \
git \
less \
jq \
bash-completion \
nano \
vim \
&& \
apt-get clean && \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.armv7hf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
xz-utils \
git \
less \
jq \
bash-completion \
nano \
vim \
&& \
apt-get clean && \
Expand Down

0 comments on commit d2d2882

Please sign in to comment.