From 6de77d5a5b390fa158431f369e81b7042afd84c1 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 31 Aug 2022 15:05:16 +0800 Subject: [PATCH] fix: fix docker build again --- frontend/scripts/docker-buildfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/docker-buildfiles/Dockerfile b/frontend/scripts/docker-buildfiles/Dockerfile index df16c45b3f..183920f72f 100644 --- a/frontend/scripts/docker-buildfiles/Dockerfile +++ b/frontend/scripts/docker-buildfiles/Dockerfile @@ -26,7 +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 pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3 RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \ cd appflowy/frontend && \