Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
chore: use -Syu cause why not
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Apr 3, 2024
1 parent 8c84ded commit 27f3fe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions toolboxes/arch-toolbox/Containerfile.arch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/ublue-os/arch-distrobox AS arch-toolbox
COPY toolboxes/arch-toolbox/files /

# Install needed packages
RUN pacman -S \
RUN pacman -Syu \
lib32-vulkan-radeon \
libva-mesa-driver \
intel-media-driver \
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN pacman -S \
libbsd \
noto-fonts-cjk \
--noconfirm && \
pacman -S \
pacman -Syu \
steam \
lutris \
mangohud \
Expand All @@ -55,7 +55,7 @@ RUN useradd -m --shell=/bin/bash build && usermod -L build && \
# Install AUR packages
USER build
WORKDIR /home/build
RUN paru -S \
RUN paru -Syu \
aur/protontricks \
aur/vkbasalt \
aur/lib32-vkbasalt \
Expand Down
6 changes: 3 additions & 3 deletions toolboxes/arch-toolbox/Containerfile.arch-gnome
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/ublue-os/arch-distrobox AS arch-gnome-toolbox
COPY toolboxes/arch-toolbox/files /

# Install needed packages
RUN pacman -S \
RUN pacman -Syu \
lib32-vulkan-radeon \
libva-mesa-driver \
intel-media-driver \
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN pacman -S \
libbsd \
noto-fonts-cjk \
--noconfirm && \
pacman -S \
pacman -Syu \
steam \
lutris \
mangohud \
Expand All @@ -56,7 +56,7 @@ RUN useradd -m --shell=/bin/bash build && usermod -L build && \
# Install AUR packages
USER build
WORKDIR /home/build
RUN paru -S \
RUN paru -Syu \
aur/protontricks \
aur/vkbasalt \
aur/lib32-vkbasalt \
Expand Down

0 comments on commit 27f3fe7

Please sign in to comment.