Browse Source

install coreutils to fix "timeout: unrecognized option: signal"

Fabian Peter Hammerle 3 years ago
parent
commit
1adaf93ba5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -16,6 +16,7 @@ RUN apk add --no-cache \
         bash \
         bluez-btmon \
         bluez-deprecated `# hcidump` \
+        coreutils `# timeout busybox implementation incompatible` \
         mosquitto-clients \
         tini \
     && find / -xdev -type f -perm /u+s -exec chmod -c u-s {} \; \