4 lines
87 B
Docker
4 lines
87 B
Docker
FROM telegraf:alpine
|
|
RUN apk update && apk upgrade && \
|
|
apk --no-cache add unbound
|