Преглед на файлове

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 {} \; \