Browse Source

install gawk to fix json logging in verbose mode

> awk: cmd. line:1: %*x formats are not supported
Fabian Peter Hammerle 3 years ago
parent
commit
a92e60cdc3
1 changed files with 1 additions and 0 deletions
  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 {} \; \