|
|
@ -41,15 +41,16 @@ RUN dpkg --add-architecture i386 && \ |
|
|
|
texinfo \ |
|
|
|
texinfo \ |
|
|
|
unzip \ |
|
|
|
unzip \ |
|
|
|
curl \ |
|
|
|
curl \ |
|
|
|
|
|
|
|
gnupg \ |
|
|
|
yasm \ |
|
|
|
yasm \ |
|
|
|
zip \ |
|
|
|
zip \ |
|
|
|
g++-mingw-w64-${ARCH//_/-} \ |
|
|
|
g++-mingw-w64-${ARCH//_/-} \ |
|
|
|
gcc-mingw-w64-${ARCH//_/-} \ |
|
|
|
gcc-mingw-w64-${ARCH//_/-} \ |
|
|
|
gdb-mingw-w64 \ |
|
|
|
gdb-mingw-w64 |
|
|
|
wine \ |
|
|
|
RUN curl -L --connect-timeout 10 https://dl.winehq.org/wine-builds/winehq.key | apt-key add - |
|
|
|
wine32 \ |
|
|
|
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list.d/wine.list |
|
|
|
wine64 && \ |
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends wine-stable |
|
|
|
apt-get clean && \ |
|
|
|
RUN apt-get clean && \ |
|
|
|
rm -rf /var/lib/apt/lists/* |
|
|
|
rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
|
|
|
|
RUN update-alternatives --set ${ARCH}-w64-mingw32-gcc /usr/bin/${ARCH}-w64-mingw32-gcc-posix && \ |
|
|
|
RUN update-alternatives --set ${ARCH}-w64-mingw32-gcc /usr/bin/${ARCH}-w64-mingw32-gcc-posix && \ |
|
|
@ -233,4 +234,3 @@ RUN mkdir -p /src/gdb && \ |
|
|
|
|
|
|
|
|
|
|
|
RUN mkdir -p /qtox |
|
|
|
RUN mkdir -p /qtox |
|
|
|
WORKDIR /qtox |
|
|
|
WORKDIR /qtox |
|
|
|
|
|
|
|
|
|
|
|