fix: fix docker build again

This commit is contained in:
appflowy
2022-08-31 15:05:16 +08:00
parent 93f4d4377a
commit 6de77d5a5b

View File

@ -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 apt-get install keybinder-3.0 RUN 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 && \