Преглед изворни кода

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

Fabian Peter Hammerle пре 4 година
родитељ
комит
1adaf93ba5
1 измењених фајлова са 1 додато и 0 уклоњено
  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 {} \; \