From 83c163f3117bbe3353e11e2b088cb6d105678a08 Mon Sep 17 00:00:00 2001 From: Tulili Date: Sat, 21 Oct 2023 00:42:46 -0300 Subject: [PATCH] feat: add libbsd --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 54747a0..c8ce38d 100644 --- a/Containerfile +++ b/Containerfile @@ -33,6 +33,7 @@ RUN pacman -S \ wxwidgets-gtk3 \ rocm-opencl-runtime \ rocm-hip-runtime \ + libbsd \ --noconfirm && \ pacman -S \ steam \