Switch to alpha build of BOINC

This commit is contained in:
Late Night Defender 2024-06-13 11:57:53 +07:00
parent 3194409700
commit 771ee86659

View file

@ -18,7 +18,10 @@ WORKDIR /var/lib/boinc
EXPOSE 31416
# Install
RUN dnf install boinc-client -y
RUN dnf clean all
RUN dnf install -y dnf-plugins-core
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"]