chore: run command in sudo mode

This commit is contained in:
appflowy 2022-08-31 23:00:58 +08:00
parent 083a06fc65
commit c8ce8ef5c2

View File

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