Explorar o código

chore: run command in sudo mode

appflowy %!s(int64=2) %!d(string=hai) anos
pai
achega
c8ce8ef5c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/scripts/docker-buildfiles/Dockerfile

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