remove boinc manager since we're running headless

This commit is contained in:
Late Night Defender 2024-06-13 11:59:29 +07:00
parent 771ee86659
commit 59cdeaa234

View file

@ -22,6 +22,6 @@ 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 --add-repo https://boinc.berkeley.edu/dl/linux/alpha/fc40
RUN dnf config-manager --set-enabled 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 rpm --import https://boinc.berkeley.edu/dl/linux/alpha/fc40/boinc.gpg
RUN dnf install -y boinc-client boinc-manager RUN dnf install -y boinc-client
CMD ["start-boinc.sh"] CMD ["start-boinc.sh"]