mingw: Delete 32 bit binaries
We don't use them, no reason to keep them. Removes mingw-w64-ffmpeg -- it never worked, and we no longer use it. And we don't use python2 any more.
This commit is contained in:
parent
ab2973726e
commit
ce32fc5a16
1 changed files with 1 additions and 3 deletions
|
@ -17,13 +17,11 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
|
||||||
glslang \
|
glslang \
|
||||||
python-pip \
|
python-pip \
|
||||||
python \
|
python \
|
||||||
python2 \
|
|
||||||
ccache \
|
ccache \
|
||||||
p7zip \
|
p7zip \
|
||||||
cmake \
|
cmake \
|
||||||
ninja \
|
ninja \
|
||||||
mingw-w64-boost \
|
mingw-w64-boost \
|
||||||
mingw-w64-ffmpeg \
|
|
||||||
mingw-w64-gcc \
|
mingw-w64-gcc \
|
||||||
mingw-w64-lz4 \
|
mingw-w64-lz4 \
|
||||||
mingw-w64-opus \
|
mingw-w64-opus \
|
||||||
|
@ -39,7 +37,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && mkdir -p /tmp/pkgs && \
|
||||||
mingw-w64-zstd \
|
mingw-w64-zstd \
|
||||||
&& \
|
&& \
|
||||||
pacman -Scc --noconfirm && \
|
pacman -Scc --noconfirm && \
|
||||||
rm -rf /usr/share/man/ /tmp/* /var/tmp/
|
rm -rf /usr/share/man/ /tmp/* /var/tmp/ /usr/{i686-w64-mingw32,lib32} /usr/lib/gcc/i686-w64-mingw32
|
||||||
|
|
||||||
# Setup extra mingw work arounds
|
# Setup extra mingw work arounds
|
||||||
RUN pip3 install pefile
|
RUN pip3 install pefile
|
||||||
|
|
Loading…
Reference in a new issue