We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63e4b4 + ac062c0 commit 6b2f8bbCopy full SHA for 6b2f8bb
1 file changed
telegraf/rootfs/Dockerfile
@@ -9,7 +9,6 @@ RUN \
9
apk --update add curl bash &&\
10
curl -SL http://get.influxdb.org/telegraf/telegraf-${TELEGRAF_VERSION}-1_linux_amd64.tar.gz \
11
| tar xzC / &&\
12
- apk del --purge curl && \
13
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
14
# Alpine telegraf fix
15
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
0 commit comments