Browse Source

chore: install keybinder

appflowy 2 năm trước cách đây
mục cha
commit
fb9ddff574
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      frontend/scripts/docker-buildfiles/Dockerfile

+ 1 - 0
frontend/scripts/docker-buildfiles/Dockerfile

@@ -26,6 +26,7 @@ RUN flutter channel stable
 RUN flutter config --enable-linux-desktop
 RUN flutter doctor
 RUN dart pub global activate protoc_plugin
+RUN apt-get install keybinder-3.0
 
 RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
 cd appflowy/frontend && \