From c8ce8ef5c29d8510b45ebff3800783e04afb2d54 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 31 Aug 2022 23:00:58 +0800 Subject: [PATCH] chore: run command in sudo mode --- 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 183920f72f..a15a31d2e3 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 pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3 +RUN sudo pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3 RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \ cd appflowy/frontend && \