docker: Add fontforge and libutfcpp-dev to the Proton SDK images.
This commit is contained in:
parent
b214f087ed
commit
9347731ec6
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue