Compare commits
3 Commits
f0b0306144
...
a923b29aa6
| Author | SHA1 | Date | |
|---|---|---|---|
| a923b29aa6 | |||
|
|
9ffdc76e6a | ||
|
|
5f80f4a907 |
@ -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_compat.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)" && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user