From d7da0c21fbb34c944a5065fabd80ad672a6cf6e8 Mon Sep 17 00:00:00 2001 From: Omansh Krishn Date: Mon, 11 Mar 2024 20:03:02 +0530 Subject: [PATCH] dockerfile: add pacman-contrib pkg Signed-off-by: Omansh Krishn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0038e04..72956b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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