Explorar o código

install curl to fix device manufacturer discovery

> ./support/data: line 38: curl: command not found
Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
9ee563125a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {} \; \