diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 5c6d7d7..65f3ee8 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -79,7 +79,8 @@ ENV DEBIAN_FRONTEND="teletype" \ SETUID=1000 \ SETGID=1000 \ AVAHI="false" \ - ZWAVE="false" + ZWAVE="false" \ + USBDEVICES="none" # Run startup-script ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]