We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b61e3f4 + fb9ddff commit 8b7b18bCopy full SHA for 8b7b18b
frontend/scripts/docker-buildfiles/Dockerfile
@@ -26,6 +26,7 @@ RUN flutter channel stable
26
RUN flutter config --enable-linux-desktop
27
RUN flutter doctor
28
RUN dart pub global activate protoc_plugin
29
+RUN apt-get install keybinder-3.0
30
31
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
32
cd appflowy/frontend && \
0 commit comments