update link
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user