Explorar o código

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

Victor Szabo %!s(int64=2) %!d(string=hai) anos
pai
achega
04a7c8dc6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/scripts/docker-buildfiles/Dockerfile

+ 1 - 1
frontend/scripts/docker-buildfiles/Dockerfile

@@ -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