浏览代码

Merge pull request #947 from AppFlowy-IO/feat/fix_docker_build

Fix: docker build
Nathan.fooo 2 年之前
父节点
当前提交
8b7b18bfff
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 && \