Browse Source

install curl to fix device manufacturer discovery

> ./support/data: line 38: curl: command not found
Fabian Peter Hammerle 3 years ago
parent
commit
9ee563125a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -19,6 +19,7 @@ RUN apk add --no-cache \
         bluez-btmon \
         bluez-deprecated `# hcidump` \
         coreutils `# timeout busybox implementation incompatible` \
+        curl `# support/data https://api.macvendors.com/` \
         mosquitto-clients \
         tini \
     && find / -xdev -type f -perm /u+s -exec chmod -c u-s {} \; \