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