diff --git a/Dockerfile b/Dockerfile index c482b2df..8ac257d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG USER_GID=$USER_UID # install neko dependencies RUN set -eux; apt-get update; \ apt-get install -y --no-install-recommends wget ca-certificates pulseaudio openbox dbus-x11 xserver-xorg-video-dummy supervisor; \ - apt-get install -y --no-install-recommends libxcb1 libxrandr2 libxv1 libopus0 libvpx4; \ + apt-get install -y --no-install-recommends libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx4; \ # # create a non-root user groupadd --gid $USER_GID $USERNAME; \