Skip to content

Commit 3e3dafe

Browse files
authored
Merge pull request #960 from AppFlowy-IO/fix/docker_build
chore: run command in sudo mode
2 parents 083a06f + c8ce8ef commit 3e3dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/scripts/docker-buildfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN flutter channel stable
2626
RUN flutter config --enable-linux-desktop
2727
RUN flutter doctor
2828
RUN dart pub global activate protoc_plugin
29-
RUN pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3
29+
RUN sudo pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3
3030

3131
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
3232
cd appflowy/frontend && \

0 commit comments

Comments
 (0)