feat(install-script): apt: use extrepo

- Instead of manually adding gpg files or using `add-apt-repository` for
  common applications use `extrepo`
- package-list-os: Add: foliate, ghostscript, imagemagick, kitty, xsel
- package-list-os: Remove: smplayer
- test-script: use `podman` instead of `docker`
- Dockerfile: Remove older OSes
This commit is contained in:
Pratik Tripathy
2025-08-25 18:46:42 +05:30
parent c99861d997
commit eb9b6b5ab3
4 changed files with 16 additions and 22 deletions

View File

@@ -1,10 +1,8 @@
#FROM kdeneon/plasma
FROM debian:11-slim
#FROM debian:12-slim
#FROM ubuntu:20.04
#FROM ubuntu:22.04
#FROM debian:13-slim
#FROM ubuntu:23.04
#FROM fedora:40
FROM ubuntu:24.04
#FROM fedora:42
WORKDIR /dotfiles
RUN apt-get update && apt-get install sudo -y # for debian distros
#RUN dnf install sudo -y # for fedora and its derivatives