Add binaries for firmware updates

This commit is contained in:
Fredrik Baberg
2023-02-28 13:18:33 +01:00
parent 5d2b7a414e
commit 4a5b9e38c5
3 changed files with 8 additions and 5 deletions

View File

@@ -30,10 +30,10 @@ RUN apt update \
caddy \
# Extras.
ffmpeg \
# avrdude \
# dfu-util \
# dfu-programmer \
# stm32flash \
avrdude \
dfu-util \
dfu-programmer \
stm32flash \
# Development/testing
vim \
&& \