소스 검색

Merge pull request #960 from AppFlowy-IO/fix/docker_build

chore: run command in sudo mode
Nathan.fooo 2 년 전
부모
커밋
3e3dafe078
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 && \