improvement: Add libcairo for scenic stuff.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
James Harton 2024-06-23 20:31:09 +12:00
parent dfbfb1e736
commit cbf0f669a9
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -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