瀏覽代碼

install gawk to fix json logging in verbose mode

> awk: cmd. line:1: %*x formats are not supported
Fabian Peter Hammerle 4 年之前
父節點
當前提交
a92e60cdc3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -20,6 +20,7 @@ RUN apk add --no-cache \
         bluez-deprecated `# hcidump` \
         coreutils `# timeout busybox implementation incompatible` \
         curl `# support/data https://api.macvendors.com/` \
+        gawk `# in verbose mode:  %*x formats are not supported` \
         mosquitto-clients \
         tini \
     && find / -xdev -type f -perm /u+s -exec chmod -c u-s {} \; \