mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:55:45 +01:00
add wine
This commit is contained in:
6
.github/Dockerfile
vendored
6
.github/Dockerfile
vendored
@@ -15,6 +15,7 @@ RUN \
|
|||||||
binutils \
|
binutils \
|
||||||
git curl \
|
git curl \
|
||||||
zip unzip \
|
zip unzip \
|
||||||
|
wine wine64 \
|
||||||
make cmake pkg-config \
|
make cmake pkg-config \
|
||||||
gcc gcc-multilib g++ mingw-w64 \
|
gcc gcc-multilib g++ mingw-w64 \
|
||||||
libc6-dev \
|
libc6-dev \
|
||||||
@@ -24,7 +25,12 @@ RUN \
|
|||||||
apt-get clean; \
|
apt-get clean; \
|
||||||
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /usr/share/man/* /usr/share/locale/*; \
|
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /usr/share/man/* /usr/share/locale/*; \
|
||||||
rm -rf /usr/lib/node_modules/npm/docs /usr/lib/node_modules/npm/html; \
|
rm -rf /usr/lib/node_modules/npm/docs /usr/lib/node_modules/npm/html; \
|
||||||
|
rm -rf /usr/share/wine/fonts /usr/share/wine/mono; \
|
||||||
find /usr -name "*.py" -delete; \
|
find /usr -name "*.py" -delete; \
|
||||||
|
find /usr/lib/wine -name "*.a" -delete; \
|
||||||
|
find /usr/lib/wine -name "*.la" -delete; \
|
||||||
|
find /usr/lib/wine -name "*.def" -delete; \
|
||||||
|
strip /usr/bin/wine* || true; \
|
||||||
rm -rf /var/cache/* /var/log/*;
|
rm -rf /var/cache/* /var/log/*;
|
||||||
|
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
|||||||
Reference in New Issue
Block a user