update link

This commit is contained in:
2025-07-18 18:53:27 +02:00
parent 2ddf81fc1d
commit d1d70c3fec

View File

@@ -7,7 +7,7 @@ RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.lis
curl \ curl \
ca-certificates \ ca-certificates \
gnupg && \ gnupg && \
curl -sSL https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/v8.4.9/fahclient_8.4.9_amd64.deb -o /fahclient.deb && \ curl -sSL https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.4.9_amd64.deb -o /fahclient.deb && \
dpkg -i /fahclient.deb || apt-get install -f -y && \ dpkg -i /fahclient.deb || apt-get install -f -y && \
rm /fahclient.deb && \ rm /fahclient.deb && \
apt-get clean && \ apt-get clean && \