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

Commit

Permalink
dockerfile: add pacman-contrib pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Mar 11, 2024
1 parent ef7296f commit d7da0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM archlinux:latest

# Setup
RUN pacman -Syu --noconfirm && \
pacman -S --needed base-devel sudo github-cli cmake git ninja python boost fmt range-v3 tl-expected microsoft-gsl meson extra-cmake-modules wayland-protocols plasma-wayland-protocols libtg_owt gobject-introspection mm-common libxcomposite hunspell ffmpeg hicolor-icon-theme lz4 minizip openal rnnoise ttf-opensans glibmm-2.68 qt6-imageformats qt6-svg qt6-wayland xxhash pipewire libxtst libxrandr jemalloc abseil-cpp libdispatch openssl protobuf --noconfirm && \
pacman -S --needed base-devel sudo github-cli cmake git ninja python boost fmt range-v3 tl-expected microsoft-gsl meson extra-cmake-modules wayland-protocols plasma-wayland-protocols libtg_owt gobject-introspection mm-common libxcomposite hunspell ffmpeg hicolor-icon-theme lz4 minizip openal rnnoise ttf-opensans glibmm-2.68 qt6-imageformats qt6-svg qt6-wayland xxhash pipewire libxtst libxrandr jemalloc abseil-cpp libdispatch openssl protobuf pacman-contrib --noconfirm && \
rm -rf /var/cache/pacman/pkg/* && \
pacman -Sc --noconfirm

Expand Down

0 comments on commit d7da0c2

Please sign in to comment.