add system76-scheduler
This commit is contained in:
parent
a102c20613
commit
0c3a0f6f20
2 changed files with 15 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ RUN rpm-ostree install gwenview
|
|||
# Install ananicy-cpp
|
||||
RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules
|
||||
|
||||
# Install system76-scheduler
|
||||
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-$(rpm -E %fedora)/kylegospo-system76-scheduler-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-system76-scheduler.repo && \
|
||||
rpm-ostree install system76-scheduler
|
||||
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
# Copy /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue