Switch to alpha build of BOINC
This commit is contained in:
parent
3194409700
commit
771ee86659
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@ WORKDIR /var/lib/boinc
|
||||||
EXPOSE 31416
|
EXPOSE 31416
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
RUN dnf install boinc-client -y
|
RUN dnf install -y dnf-plugins-core
|
||||||
RUN dnf clean all
|
RUN dnf config-manager --add-repo https://boinc.berkeley.edu/dl/linux/alpha/fc40
|
||||||
|
RUN dnf config-manager --set-enabled boinc.berkeley.edu_dl_linux_alpha_fc40
|
||||||
|
RUN rpm --import https://boinc.berkeley.edu/dl/linux/alpha/fc40/boinc.gpg
|
||||||
|
RUN dnf install -y boinc-client boinc-manager
|
||||||
|
|
||||||
CMD ["start-boinc.sh"]
|
CMD ["start-boinc.sh"]
|
||||||
|
|
Loading…
Reference in a new issue