瀏覽代碼

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