From 04a7c8dc6d0efc576b700ecd649bf5e0464c59ab Mon Sep 17 00:00:00 2001 From: Victor Szabo <54809586+vszabo2@users.noreply.github.com> Date: Sun, 2 Oct 2022 05:15:53 -0700 Subject: [PATCH] fix(scripts): add libkeybinder3 to Dockerfile (#1204) --- frontend/scripts/docker-buildfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/docker-buildfiles/Dockerfile b/frontend/scripts/docker-buildfiles/Dockerfile index a15a31d2e3..4c1ec1e3ea 100644 --- a/frontend/scripts/docker-buildfiles/Dockerfile +++ b/frontend/scripts/docker-buildfiles/Dockerfile @@ -47,7 +47,7 @@ RUN pacman -Syy && \ RUN xdg-user-dirs-update COPY --from=builder /usr/sbin/yay /usr/sbin/yay -RUN yay -S --noconfirm gtk3 +RUN yay -S --noconfirm gtk3 libkeybinder3 ARG user=appflowy ARG uid=1000