File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN dnf -y groupinstall "Development Tools" \
1010
1111RUN systemctl enable docker
1212
13- # inet.no has expired their SSL certificate, so we need to use a different source .
14- # https://www. inet.no/dante/download.html Got the sha255 from the official website.
15- RUN wget https://fossies.org/linux/misc /dante-1.4.4.tar.gz \
13+ # Download Dante from the official site. https://www.inet.no/dante/download.html Got the sha255 from the official website .
14+ # (Previously sourced from fossies.org while inet.no's SSL cert was expired; inet.no's cert is valid again and fossies.org is unreliable.)
15+ RUN wget https://www.inet.no/dante/files /dante-1.4.4.tar.gz \
1616 && echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \
1717 && sha256sum --check dante_checksum \
1818 && tar -xf dante-1.4.4.tar.gz \
You can’t perform that action at this time.
0 commit comments