From a977f77e0a4135c3f543e36cedbe22d722357ef4 Mon Sep 17 00:00:00 2001 From: Simon van As Date: Fri, 29 Mar 2024 14:07:49 +0100 Subject: [PATCH] Update download URL --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29f39e4..a09593d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ RUN dpkg --add-architecture i386 && \ ENV COCKPIT_VERSION=v5-2-0-185 -RUN curl -SL https://www.devolo.de/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/devolo-cockpit-${COCKPIT_VERSION}-linux.run > /tmp/cockpit.run && chmod +x /tmp/cockpit.run +RUN curl -SL https://www.devolo.nl/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/devolo-cockpit-${COCKPIT_VERSION}-linux.run > /tmp/cockpit.run && chmod +x /tmp/cockpit.run -RUN /tmp/cockpit.run -y +RUN ./tmp/cockpit.run -y ADD start.sh /start.sh CMD /start.sh