-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKinoiteContainerfile
executable file
·71 lines (64 loc) · 2.18 KB
/
KinoiteContainerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
FROM quay.io/fedora/fedora-kinoite:41
RUN rpm-ostree install --idempotent \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
COPY files/vscode.repo /etc/yum.repos.d/vscode.repo
COPY files/koi.repo /etc/yum.repos.d/koi.repo
COPY files/docker-ce.repo /etc/yum.repos.d/docker-ce.repo
COPY files/ideapad /etc/sudoers.d/ideapad
COPY files/modules /etc/modules
COPY files/rpm-ostreed.conf /etc/rpm-ostreed.conf
COPY files/10-wayland.conf /etc/sddm.conf.d/10-wayland.conf
# RUN rpm-ostree uninstall --idempotent \
# ffmpeg-free \
# libavcodec-free \
# libavdevice-free \
# libavfilter-free \
# libavformat-free \
# libavutil-free \
# libpostproc-free \
# libswresample-free \
# libswscale-free
RUN rpm-ostree install --idempotent \
Koi \
cmake \
code \
containerd.io \
distrobox \
dkms \
docker-buildx-plugin \
docker-ce \
docker-ce-cli \
docker-compose-plugin \
efibootmgr \
extra-cmake-modules \
# ffmpeg \
# ffmpegthumbs \
flatpak-xdg-utils \
foot \
hicolor-icon-theme \
intel-media-driver \
just \
kf6-kconfig-devel \
kf6-kconfigwidgets-devel \
kf6-kcoreaddons-devel \
libnotify \
libportal \
neovim \
openssl \
openssl-devel \
pkg-config \
qt6-qtimageformats \
slirp4netns \
stow \
wl-clipboard \
xdg-desktop-portal \
xdg-desktop-portal-kde \
xdg-user-dirs
RUN mkdir -p /etc/systemd/system/multi-user.target.wants
RUN ln -s /usr/lib/systemd/system/docker.service /etc/systemd/system/multi-user.target.wants/docker.service
RUN ln -s /usr/lib/systemd/system/sshd.service /etc/systemd/system/multi-user.target.wants/sshd.service
RUN ln -s /usr/lib/systemd/system/rpm-ostreed-automatic.timer /etc/systemd/system/timers.target.wants/
RUN rm -rf /var/* ~/.*
RUN rpm-ostree cleanup -m
RUN ostree container commit