mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user