mirror of https://github.com/google/oss-fuzz.git
neomutt: install libidn2 (#10062)
NeoMutt now uses IDN2 by default. Sorry, another NeoMutt update. Thanks.
This commit is contained in:
parent
a30e95a5ca
commit
f09ce842f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue