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

Fix: docker build
This commit is contained in:
Nathan.fooo 2022-08-31 09:52:06 +08:00 committed by GitHub
commit 8b7b18bfff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \