add updatedb.conf, install TeamViewer and remove Kata containers

This commit is contained in:
Anders Rytter Hansen 2023-10-15 15:31:41 +02:00
commit 4cc9329815
2 changed files with 7 additions and 2 deletions

View file

@ -40,8 +40,6 @@ rpm-ostree override remove libavcodec-free libavfilter-free libavformat-free lib
rpm-ostree install ffmpeg ffmpeg-libs intel-media-driver pipewire-codec-aptx libva-intel-driver libva-utils mesa-va-drivers-freeworld && \
# install Pulseaudio utilities
rpm-ostree install pulseaudio-utils && \
# install Kata containers
rpm-ostree install kata-containers && \
# install Apple HFS+ tools
rpm-ostree install hfsplus-tools && \
# install Nvidia software
@ -54,6 +52,9 @@ sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostree
# change auto update interval
sed -i 's/OnUnitInactiveSec.*/OnUnitInactiveSec=1h\nOnCalendar=*-*-* 06:40:00\nPersistent=true/' /usr/lib/systemd/system/rpm-ostreed-automatic.timer
# Install TeamViewer
RUN rpm-ostree install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
# Change ZRAM max to 16GB
RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-generator.conf