Quellcode durchsuchen

install curl to fix device manufacturer discovery

> ./support/data: line 38: curl: command not found
Fabian Peter Hammerle vor 4 Jahren
Ursprung
Commit
9ee563125a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 {} \; \