mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: add libnotify and rocksdb as docker dependencies (#6065)
This commit is contained in:
parent
c3114e5a39
commit
34c441f3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue