浏览代码

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

Fabian Peter Hammerle 5 年之前
父节点
当前提交
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 {} \; \