Bläddra i källkod

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

Fabian Peter Hammerle 5 år sedan
förälder
incheckning
1adaf93ba5
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 {} \; \