Skip to content

Commit

Permalink
feat: Install packages normally added on Distrobox first-start, this …
Browse files Browse the repository at this point in the history
…drastically speeds up first launch
  • Loading branch information
KyleGospo committed Sep 21, 2023
1 parent 32191cb commit 3457fa7
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,54 @@ RUN git clone https://github.com/89luca89/distrobox.git --single-branch && \
chmod +x /usr/bin/host-spawn && \
rm -drf distrobox

# Install needed packages
# Install packages Distrobox adds automatically, this speeds up first launch
RUN pacman -S \
bash-completion \
bc \
curl \
diffutils \
findutils \
glibc \
gnupg \
inetutils \
keyutils \
less \
lsof \
man-db \
man-pages \
mlocate \
mtr \
ncurses \
nss-mdns \
openssh \
pigz \
pinentry \
procps-ng \
rsync \
shadow \
sudo \
tcpdump \
time \
traceroute \
tree \
tzdata \
unzip \
util-linux \
util-linux-libs \
vte-common \
wget \
words \
xorg-xauth \
zip \
mesa \
opengl-driver \
vulkan-intel \
vte-common \
vulkan-radeon \
--noconfirm

# Install needed packages
RUN pacman -S \
lib32-vulkan-radeon \
libva-mesa-driver \
intel-media-driver \
Expand Down

0 comments on commit 3457fa7

Please sign in to comment.