mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 10:44:47 +01:00
docker: Add python3-pefile package to SDK image.
This commit is contained in:
parent
be485ab504
commit
2286a8e592
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ ENV PATH=/usr/lib/ccache:$PATH
|
|||
RUN apt-get install -y \
|
||||
libxpresent-dev \
|
||||
libxpresent-dev:i386 \
|
||||
python3-pefile \
|
||||
&& rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue