mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(install.sh): Improvements
- fix: Debian extrepo: each package to be installed separately - podman: create docker compatible socket - brew: Remove packages usually available on OS repos - FreeBSD: Fonts - Fedora: Fonts - Debian: pipewire and related audio packages - Debian: Fonts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
FROM ubuntu:24.04
|
||||
#FROM fedora:42
|
||||
WORKDIR /dotfiles
|
||||
RUN apt-get update && apt-get install sudo -y # for debian distros
|
||||
RUN apt-get update && apt-get --no-install-recommends install sudo -y
|
||||
#RUN dnf install sudo -y # for fedora and its derivatives
|
||||
COPY . .
|
||||
CMD [ "sh", "setup.sh", "-i" ]
|
||||
|
||||
Reference in New Issue
Block a user