feat/telegraf-snmp-unifi-own-dockerfile #5

Merged
dresi merged 2 commits from feat/telegraf-snmp-unifi-own-dockerfile into main 2026-06-11 16:23:47 +02:00
Showing only changes of commit 9ffdc76e6a - Show all commits

View File

@ -8,8 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | \ RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | gpg --import
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
ENV TELEGRAF_VERSION=1.39.0 ENV TELEGRAF_VERSION=1.39.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \