From 51f4662db59d814f2bef3a241056f77a93a52d22 Mon Sep 17 00:00:00 2001 From: Mohammad KhoshZaban Date: Mon, 30 Jun 2025 21:32:05 +0100 Subject: [PATCH] chore: fix influxdb build --- infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb b/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb index 61f339f737..9eec4cff0b 100644 --- a/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb +++ b/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb @@ -20,7 +20,7 @@ FROM influxdb:1.7.3 RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list RUN apt-get update && \ - apt-get install -y \ + apt-get install -y --allow-unauthenticated \ dnsutils \ gettext-base \ # server enrollment uses jq