neomutt: install libidn2 (#10062)

NeoMutt now uses IDN2 by default.

Sorry, another NeoMutt update.
Thanks.
This commit is contained in:
Richard Russon 2023-04-11 21:29:04 +01:00 committed by GitHub
parent a30e95a5ca
commit f09ce842f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && \
apt-get install -y libncursesw5-dev libtinfo5 libtool make pkgconf
apt-get install -y libncursesw5-dev libtinfo5 libtool make pkgconf libidn2-0-dev
RUN git clone --depth 1 https://github.com/neomutt/neomutt
RUN git clone --depth 1 https://github.com/neomutt/corpus-address