mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix(scripts): add libkeybinder3 to Dockerfile (#1204)
This commit is contained in:
parent
3dc64f3d50
commit
04a7c8dc6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user