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.
1 parent 93f4d43 commit 6de77d5Copy full SHA for 6de77d5
frontend/scripts/docker-buildfiles/Dockerfile
@@ -26,7 +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
+RUN pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3
30
31
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
32
cd appflowy/frontend && \
0 commit comments