Skip to content

Commit c8ce8ef

Browse files
committed
chore: run command in sudo mode
1 parent 083a06f commit c8ce8ef

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)