From 33384c0408a372fdcdcc5ea0a365cb78b32e659a Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 12 Feb 2020 04:15:54 +0000 Subject: [PATCH] gstreamer dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \