Skip to content

Commit

Permalink
Update download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonvanAs authored Mar 29, 2024
1 parent 0e3a40a commit a977f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a977f77

Please sign in to comment.