|
@@ -18,7 +18,8 @@ ENV PASSKEY=
|
|
|
RUN yum update -y
|
|
|
|
|
|
# Install Folding@home
|
|
|
-RUN rpm -i https://folding.stanford.edu/releases/public/release/fahclient/centos-5.3-64bit/v7.4/fahclient-7.4.4-1.x86_64.rpm
|
|
|
+
|
|
|
+RUN rpm -i https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.5/fahclient-7.5.1-1.x86_64.rpm
|
|
|
ADD config.xml /etc/fahclient/
|
|
|
ADD run.sh /run.sh
|
|
|
RUN chown fahclient:root /etc/fahclient/config.xml
|