mirror of https://github.com/google/oss-fuzz.git
libreoffice build requires en_US.UTF-8 locale now (#1923)
This commit is contained in:
parent
d29c322809
commit
46b1adfd89
|
@ -20,7 +20,7 @@ MAINTAINER officesecurity@lists.freedesktop.org
|
|||
RUN sed -i -e '/^#\s*deb-src.*\smain\s\+restricted/s/^#//' /etc/apt/sources.list
|
||||
#build requirements
|
||||
RUN apt-get update && apt-get build-dep -y libreoffice
|
||||
RUN apt-get update && apt-get install -y wget yasm
|
||||
RUN apt-get update && apt-get install -y wget yasm locales && locale-gen en_US.UTF-8
|
||||
#cache build dependencies
|
||||
ADD https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz \
|
||||
https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip \
|
||||
|
|
Loading…
Reference in New Issue