File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ FROM ghcr.io/ublue-os/bazzite:${FED} AS kernel
44
55COPY build.sh /tmp/build.sh
66ADD https://download.docker.com/linux/fedora/docker-ce.repo /etc/yum.repos.d
7+ ADD https://copr.fedorainfracloud.org/coprs/peterwu/iosevka/repo/fedora-41/peterwu-iosevka-fedora-${FED}.repo /etc/yum.repos.d
8+ ADD vscode.repo /etc/yum.repos.d
79RUN mkdir -p /var/lib/alternatives && bash /tmp/build.sh && ostree container commit
Original file line number Diff line number Diff line change 11#! /bin/bash
22rpm --import https://download.docker.com/linux/fedora/gpg
3- curl -fsSL -o" /etc/yum.repos.d/docker-ce.repo" https://download.docker.com/linux/fedora/docker-ce.repo
3+ rpm --import https://download.copr.fedorainfracloud.org/results/peterwu/iosevka/pubkey.gpg
4+ rpm --import https://packages.microsoft.com/keys/microsoft.asc
45rpm-ostree install docker-ce
Original file line number Diff line number Diff line change 1+ [code]
2+ name=Visual Studio Code
3+ baseurl=https://packages.microsoft.com/yumrepos/vscode
4+ enabled=1
5+ gpgcheck=1
6+ gpgkey=https://packages.microsoft.com/keys/microsoft.asc
You can’t perform that action at this time.
0 commit comments