Skip to content

Commit 093c6ca

Browse files
EOL for bullseye-backports
1 parent c37e8af commit 093c6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu_debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update
2727
# on debian bullseye add backports to install qt6
2828
RUN if [ "$SUITE" != "buster" ] && [ "$SUITE" != "focal" ] && [ "$QT_VERSION" = "6" ]; then \
2929
if [ "$SUITE" = "bullseye" ]; then \
30-
echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" | tee -a /etc/apt/sources.list; \
30+
echo "deb http://archive.debian.org/debian bullseye-backports main contrib non-free" | tee -a /etc/apt/sources.list; \
3131
apt-get update; \
3232
fi; \
3333
if [ "$SUITE" = "jammy" ]; then SERIALPORT="libqt6serialport6-dev"; else SERIALPORT="qt6-serialport-dev"; fi; \

0 commit comments

Comments
 (0)