Skip to content

Commit

Permalink
feat: pre-install all dbox required pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 7, 2024
1 parent 2abb4fe commit 2a756dc
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,63 @@ modules:
packages:
- systemd
- libpam-systemd
# pre-install distrobox-init pkgs

- name: distrobox-init-pkgs
type: apt
source:
packages:
- apt-utils
- bash-completion
- bc
- bzip2
- curl
- dialog
- diffutils
- findutils
- iproute2
- gnupg
- gnupg2
- gpgsm
- libkrb5-3
- libcap2-bin
- hostname
- iputils-ping
- less
- keyutils
- language-pack-en
- libnss-mdns
- libnss-myhostname
- libvte-2.9*-common
- libvte-common
- locales
- man-db
- manpages
- mtr
- lsof
- ncurses-base
- passwd
- pinentry-curses
- openssh-client
- procps
- sudo
- pigz
- time
- rsync
- tzdata
- util-linux
- wget
- unzip
- zip
- xauth
- tree
- tcpdump
- traceroute
- xz-utils
- libgl1
- libegl1-mesa
- libgl1-mesa-glx
- libegl1
- libglx-mesa0
- libvulkan1
- mesa-vulkan-drivers

Expand Down

0 comments on commit 2a756dc

Please sign in to comment.