remove boinc manager since we're running headless
This commit is contained in:
parent
771ee86659
commit
59cdeaa234
1 changed files with 1 additions and 1 deletions
|
@ -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 --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
|
||||
RUN dnf install -y boinc-client
|
||||
|
||||
CMD ["start-boinc.sh"]
|
||||
|
|
Loading…
Reference in a new issue