From cbf0f669a90b8226df0f7eb66d2aa070b4e2cb6e Mon Sep 17 00:00:00 2001 From: James Harton Date: Sun, 23 Jun 2024 20:31:09 +1200 Subject: [PATCH] improvement: Add libcairo for scenic stuff. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfb23c0..a44ffd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ RUN apt-get -q -y update && \ libxml2-dev libxslt-dev libyaml-dev locales make make mercurial patch python3 \ unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \ postgresql-client openssh-client direnv libmnl-dev bc m4 cmake cpio rsync flex \ - texinfo help2man pkgconf libglfw3 libglfw3-dev libglew2.2 libglew-dev && \ + texinfo help2man pkgconf libglfw3 libglfw3-dev libglew2.2 libglew-dev \ + libcairo2-dev && \ apt-get -q -y clean RUN locale-gen en_NZ.UTF-8