فهرست منبع

fix(scripts): add libkeybinder3 to Dockerfile (#1204)

Victor Szabo 2 سال پیش
والد
کامیت
04a7c8dc6d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/scripts/docker-buildfiles/Dockerfile

+ 1 - 1
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