From 8398adc781a8ee2e227b4cd02923cdbd85e4fd06 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:29:05 +0100 Subject: [PATCH] feat(dev): add dfu-util Required for transferring the firmware to devices connected over USB. PR: https://github.com/zmkfirmware/zmk-docker/pull/79 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 31ce40c5..042f6a8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN \ && apt-get -y update \ && apt-get -y install --no-install-recommends \ clang-format \ + dfu-util \ g++-multilib \ gdb \ gpg \