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