File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}"
2020COPY system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} /
2121
2222# Setup Copr repos
23- RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-"${FEDORA_MAJOR_VERSION}" /kylegospo-bazzite-fedora-"${FEDORA_MAJOR_VERSION}" .repo -O /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
23+ RUN wget https://raw.githubusercontent.com/ublue-os/COPR-command/main/copr -O /usr/bin/copr && \
24+ chmod +x /usr/bin/copr && \
25+ wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-"${FEDORA_MAJOR_VERSION}" /kylegospo-bazzite-fedora-"${FEDORA_MAJOR_VERSION}" .repo -O /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
2426 wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/repo/fedora-"${FEDORA_MAJOR_VERSION}" /kylegospo-bazzite-multilib-fedora-"${FEDORA_MAJOR_VERSION}" .repo?arch=x86_64 -O /etc/yum.repos.d/_copr_kylegospo-bazzite-multilib.repo && \
2527 wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}" /ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}" .repo?arch=x86_64 -O /etc/yum.repos.d/_copr_ublue-os-staging.repo && \
2628 wget https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-"${FEDORA_MAJOR_VERSION}" /kylegospo-system76-scheduler-fedora-"${FEDORA_MAJOR_VERSION}" .repo -O /etc/yum.repos.d/_copr_kylegospo-system76-scheduler.repo && \
You can’t perform that action at this time.
0 commit comments