mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 23:58:17 +03:00
docker: Add fontforge and libutfcpp-dev to the Proton SDK images.
This commit is contained in:
parent
b214f087ed
commit
9347731ec6
@ -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…
x
Reference in New Issue
Block a user