mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-25 11:02:32 +00:00
fix: add libnotify and rocksdb as docker dependencies (#6065)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user