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:
@ -47,7 +47,7 @@ RUN pacman -Syy && \
|
|||||||
RUN xdg-user-dirs-update
|
RUN xdg-user-dirs-update
|
||||||
|
|
||||||
COPY --from=builder /usr/sbin/yay /usr/sbin/yay
|
COPY --from=builder /usr/sbin/yay /usr/sbin/yay
|
||||||
RUN yay -S --noconfirm gtk3
|
RUN yay -S --noconfirm gtk3 libkeybinder3
|
||||||
|
|
||||||
ARG user=appflowy
|
ARG user=appflowy
|
||||||
ARG uid=1000
|
ARG uid=1000
|
||||||
|
Reference in New Issue
Block a user