This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new a8f12b9366 stretch has been moved to archive.debian.org (#7463)
a8f12b9366 is described below
commit a8f12b9366254eedfc5a8c5bdcdac3dea3983077
Author: Fabi Dias <[email protected]>
AuthorDate: Wed May 3 16:26:16 2023 -0600
stretch has been moved to archive.debian.org (#7463)
---
infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb
b/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb
index 3f266d021d..61f339f737 100644
--- a/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb
+++ b/infrastructure/cdn-in-a-box/traffic_stats/Dockerfile-influxdb
@@ -17,6 +17,8 @@
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 \
dnsutils \