File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:stretch-curl
2
2
3
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp && \
4
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp procps && \
5
5
rm -rf /var/lib/apt/lists/*
6
6
7
7
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.6
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
- RUN apk add --no-cache iputils ca-certificates net-snmp-tools && \
4
+ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps && \
5
5
update-ca-certificates
6
6
7
7
ENV TELEGRAF_VERSION 1.3.5
Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:stretch-curl
2
2
3
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp && \
4
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends snmp procps && \
5
5
rm -rf /var/lib/apt/lists/*
6
6
7
7
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.6
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
- RUN apk add --no-cache iputils ca-certificates net-snmp-tools && \
4
+ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps && \
5
5
update-ca-certificates
6
6
7
7
ENV TELEGRAF_VERSION 1.4.4
You can’t perform that action at this time.
0 commit comments