mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Merge pull request #960 from AppFlowy-IO/fix/docker_build
chore: run command in sudo mode
This commit is contained in:
commit
3e3dafe078
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ RUN flutter channel stable
|
||||||
RUN flutter config --enable-linux-desktop
|
RUN flutter config --enable-linux-desktop
|
||||||
RUN flutter doctor
|
RUN flutter doctor
|
||||||
RUN dart pub global activate protoc_plugin
|
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 && \
|
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
|
||||||
cd appflowy/frontend && \
|
cd appflowy/frontend && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue