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
parent b214f087ed
commit 9347731ec6
No known key found for this signature in database
GPG key ID: 38D0E5827B54E5C9

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 ENV PATH=/usr/lib/ccache:$PATH
RUN apt-get install -y \ RUN apt-get install -y \
fontforge \
libxpresent-dev \ libxpresent-dev \
libxpresent-dev:i386 \ libxpresent-dev:i386 \
python3-pefile \ python3-pefile \
libcapstone-dev \ libcapstone-dev \
libcapstone-dev:i386 \ libcapstone-dev:i386 \
libutfcpp-dev \
nasm \ nasm \
yasm \ yasm \
&& rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \ && rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \