docker: Add autoconf-archive dependency.

For OpenFST.
This commit is contained in:
Rémi Bernon 2022-05-30 16:05:22 +02:00
parent faf75d421f
commit 3cc5ab117e
No known key found for this signature in database
GPG Key ID: 38D0E5827B54E5C9

View File

@ -52,6 +52,7 @@ RUN bash -c 'mkdir -p /usr/lib/ccache && ls /usr/bin/{,*-}{cc,c++,gcc,g++}{,-[0-
ENV PATH=/usr/lib/ccache:$PATH
RUN apt-get install -y \
autoconf-archive \
fontforge \
fonttools \
libxpresent-dev \