Skip to content

Commit 5f71d08

Browse files
committed
Windows Docker build - bump Debian bullseye -> trixie
Will be needed for Qt 6 since the Bullseye mingw gcc is too old (no <future>). Anyway there is no reason not to use the newest compiler for Windows builds.
1 parent 51640cc commit 5f71d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.win

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# from .git since a checked-in file will not be ignored. For aria2 it is assumed that the data
1111
# is stored in the updater/.git/modules directory.
1212

13-
FROM docker.io/debian:bullseye-slim
13+
FROM docker.io/debian:trixie-slim
1414

1515
# Prevents warning spam from Qt 6's rcc
1616
ENV LANG=C.UTF-8
@@ -21,13 +21,13 @@ RUN apt-get update && apt-get install -y \
2121
curl \
2222
gettext \
2323
g++ \
24-
g++-mingw-w64-i686 \
24+
g++-mingw-w64-i686-posix \
2525
git \
2626
libtool \
2727
make \
2828
p7zip-full \
2929
pkg-config \
30-
python \
30+
python3 \
3131
xz-utils
3232

3333
# The Schannel dependencies are spelled with capital letters which causes them not to be found

0 commit comments

Comments
 (0)