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 && \