diff --git a/frontend/scripts/docker-buildfiles/Dockerfile b/frontend/scripts/docker-buildfiles/Dockerfile index a2e15cfd1b..9c58568a66 100644 --- a/frontend/scripts/docker-buildfiles/Dockerfile +++ b/frontend/scripts/docker-buildfiles/Dockerfile @@ -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