mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: add libnotify and rocksdb as docker dependencies (#6065)
This commit is contained in:
parent
c3114e5a39
commit
34c441f3ad
@ -73,7 +73,7 @@ FROM archlinux/archlinux
|
|||||||
RUN pacman -Syyu --noconfirm
|
RUN pacman -Syyu --noconfirm
|
||||||
|
|
||||||
# Install runtime dependencies
|
# 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
|
pacman -Scc --noconfirm
|
||||||
|
|
||||||
# Set up appflowy user
|
# Set up appflowy user
|
||||||
|
Loading…
Reference in New Issue
Block a user