add dfu util to container, enable usb in container (#229)

* add dfu util to container, enable usb in container
* add DFU_SERIAL env
This commit is contained in:
coreglitch
2020-11-10 22:42:18 +06:00
committed by GitHub
parent b3dddc645d
commit 748f7e4fc3
3 changed files with 9 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ services:
stdin_open: true
volumes:
- .:/project
# - /dev/bus/usb:/dev/bus/usb
- /dev/bus/usb:/dev/bus/usb
working_dir: "/project"
environment:
DISPLAY: $DISPLAY