fix(scripts): add libkeybinder3 to Dockerfile (#1204)

This commit is contained in:
Victor Szabo 2022-10-02 05:15:53 -07:00 committed by GitHub
parent 3dc64f3d50
commit 04a7c8dc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ RUN pacman -Syy && \
RUN xdg-user-dirs-update
COPY --from=builder /usr/sbin/yay /usr/sbin/yay
RUN yay -S --noconfirm gtk3
RUN yay -S --noconfirm gtk3 libkeybinder3
ARG user=appflowy
ARG uid=1000