chore: add texinfo.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-10-12 09:19:15 +13:00
parent 7974f3913e
commit 210bf62e88
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -13,7 +13,8 @@ RUN apt-get -q -y update && \
libreadline-dev libsctp-dev libsqlite3-dev libssl-dev libtool libwebp-dev \
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 && \
postgresql-client openssh-client direnv libmnl-dev bc m4 cmake cpio rsync flex \
texinfo && \
apt-get -q -y clean
RUN locale-gen en_NZ.UTF-8