Skip to content

Commit 8b7b18b

Browse files
authored
Merge pull request #947 from AppFlowy-IO/feat/fix_docker_build
Fix: docker build
2 parents b61e3f4 + fb9ddff commit 8b7b18b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/scripts/docker-buildfiles/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN flutter channel stable
2626
RUN flutter config --enable-linux-desktop
2727
RUN flutter doctor
2828
RUN dart pub global activate protoc_plugin
29+
RUN apt-get install keybinder-3.0
2930

3031
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
3132
cd appflowy/frontend && \

0 commit comments

Comments
 (0)