docker: Add fontforge and libutfcpp-dev to the Proton SDK images.

This commit is contained in:
Rémi Bernon 2022-01-11 15:53:45 +01:00 committed by Arkadiusz Hiler
parent d9ae1265c0
commit a5bfe6edda

View File

@ -52,11 +52,13 @@ 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 \
fontforge \
libxpresent-dev \
libxpresent-dev:i386 \
python3-pefile \
libcapstone-dev \
libcapstone-dev:i386 \
libutfcpp-dev \
yasm \
&& rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \
&& rm -rf /var/lib/apt/lists/*