Add coreutils (nagios requires readlink -m)

This commit is contained in:
nemunaire 2022-02-20 11:33:46 +01:00
parent f3c30f46a4
commit aaee25caf8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM alpine:3.12
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
coreutils \
curl \ curl \
file \ file \
iputils \ iputils \