Mise à jour de 'telegraf/Dockerfile'

This commit is contained in:
2023-02-01 22:30:22 +01:00
parent 768d99d6a8
commit fff90567d0

View File

@@ -40,6 +40,7 @@ RUN set -ex && \
wget -q https://repos.influxdata.com/influxdata-archive_compat.key && \
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null && \
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | tee /etc/apt/sources.list.d/influxdata.list && \
apt-get update && \
apt-get install telegraf=1.25.1 && \
rm -rf /var/lib/apt/lists/*