Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Mar 19, 2020
1 parent c6c49d1 commit a16058c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions simple/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM centos
RUN curl -O https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.5/fahclient-7.5.1-1.x86_64.rpm
RUN yum install -y compat-openssl10-1:1.0.2o-3.el8
RUN rpm -ivh fahclient-7.5.1-1.x86_64.rpm
CMD FAHClient --user=Anonymous --team=0 --passkey='1385yourpasskeyhere5924' --gpu=false --smp=true

0 comments on commit a16058c

Please sign in to comment.