Skip to content

Commit

Permalink
feat(dev): add dfu-util
Browse files Browse the repository at this point in the history
Required for transferring the firmware to devices connected over USB.

PR: #79
  • Loading branch information
innovaker committed Jun 19, 2021
1 parent b1bebd0 commit 8398adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends \
clang-format \
dfu-util \
g++-multilib \
gdb \
gpg \
Expand Down

0 comments on commit 8398adc

Please sign in to comment.