Skip to content

Commit 6b2f8bb

Browse files
author
Jonathan Chauncey
committed
Merge pull request #83 from jchauncey/telegraf-curl
fix(telegraf): dont remove curl
2 parents f63e4b4 + ac062c0 commit 6b2f8bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

telegraf/rootfs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ RUN \
99
apk --update add curl bash &&\
1010
curl -SL http://get.influxdb.org/telegraf/telegraf-${TELEGRAF_VERSION}-1_linux_amd64.tar.gz \
1111
| tar xzC / &&\
12-
apk del --purge curl && \
1312
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
1413
# Alpine telegraf fix
1514
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2

0 commit comments

Comments
 (0)