Skip to content

Commit

Permalink
feat(docker): add gawk tool
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Martins <[email protected]>
  • Loading branch information
josecm authored and miguelafsilva5 committed Jul 23, 2024
1 parent f0fba61 commit 48d8a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN apt-get update && apt-get install -y \
tree \
vim \
nano \
device-tree-compiler
device-tree-compiler \
gawk

# Install python packages
RUN pip3 install \
Expand Down

0 comments on commit 48d8a18

Please sign in to comment.