fix: add libnotify and rocksdb as docker dependencies (#6065)

This commit is contained in:
koukemo 2024-08-30 16:28:09 +09:00 committed by GitHub
parent c3114e5a39
commit 34c441f3ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ FROM archlinux/archlinux
RUN pacman -Syyu --noconfirm
# Install runtime dependencies
RUN pacman -S --noconfirm xdg-user-dirs gtk3 libkeybinder3 && \
RUN pacman -S --noconfirm xdg-user-dirs gtk3 libkeybinder3 libnotify rocksdb && \
pacman -Scc --noconfirm
# Set up appflowy user