Skip to content

Commit 86e88be

Browse files
committed
switch back to official site for dante download
1 parent f9c213d commit 86e88be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/aws/pipeline/amazonlinux2023.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN dnf -y groupinstall "Development Tools" \
1010

1111
RUN 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 \

0 commit comments

Comments
 (0)