diff --git a/containers/cachyos/base-gui.Dockerfile b/containers/cachyos/base-gui.Dockerfile index b760d1f..f3a68eb 100644 --- a/containers/cachyos/base-gui.Dockerfile +++ b/containers/cachyos/base-gui.Dockerfile @@ -23,6 +23,8 @@ RUN pacman -Sy --noconfirm opencl-nvidia RUN pacman -Sy --noconfirm libxss RUN pacman -Sy --noconfirm xorg-xwininfo python-setuptools python-pyaes python-rsa python-certifi RUN pacman -Sy --noconfirm qt6-webengine +# Add Bitwarden dependencies +RUN pacman -Sy --noconfirm electron25 c-ares jsoncpp libnss_nis woff2 # Add Chaotic-AUR RUN pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com && \