From 078354f454eca10af17683a65a9a78c1eadf4164 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Fri, 23 Feb 2024 10:00:51 +0100 Subject: [PATCH] refactor: remove manual community repo setup Signed-off-by: Reuben Miller --- images/debian-systemd/debian-systemd.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/debian-systemd/debian-systemd.dockerfile b/images/debian-systemd/debian-systemd.dockerfile index 5d10164..502d9ec 100644 --- a/images/debian-systemd/debian-systemd.dockerfile +++ b/images/debian-systemd/debian-systemd.dockerfile @@ -74,7 +74,6 @@ RUN systemctl enable register-operations.service RUN echo "running" \ && wget -O - thin-edge.io/install.sh | sh -s \ - && curl -1sLf 'https://dl.cloudsmith.io/public/thinedge/community/setup.deb.sh' | sudo -E bash \ && systemctl enable collectd \ && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \ tedge-inventory-plugin \