Skip to content

Commit 565f6cb

Browse files
authored
Merge pull request #952 from AppFlowy-IO/fix/docker_build
fix: fix docker build again
2 parents 462a0e4 + 6de77d5 commit 565f6cb

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 apt-get install keybinder-3.0
29+
RUN 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)