We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083a06f + c8ce8ef commit 3e3dafeCopy full SHA for 3e3dafe
frontend/scripts/docker-buildfiles/Dockerfile
@@ -26,7 +26,7 @@ RUN flutter channel stable
26
RUN flutter config --enable-linux-desktop
27
RUN flutter doctor
28
RUN dart pub global activate protoc_plugin
29
-RUN pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3
+RUN sudo pacman -Syu --needed --noconfirm git xdg-user-dirs libkeybinder3
30
31
RUN git clone https://github.com/AppFlowy-IO/appflowy.git && \
32
cd appflowy/frontend && \
0 commit comments