瀏覽代碼

install curl to fix device manufacturer discovery

> ./support/data: line 38: curl: command not found
Fabian Peter Hammerle 4 年之前
父節點
當前提交
9ee563125a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {} \; \