We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37e8af commit 093c6caCopy full SHA for 093c6ca
ubuntu_debian
@@ -27,7 +27,7 @@ RUN apt-get update
27
# on debian bullseye add backports to install qt6
28
RUN if [ "$SUITE" != "buster" ] && [ "$SUITE" != "focal" ] && [ "$QT_VERSION" = "6" ]; then \
29
if [ "$SUITE" = "bullseye" ]; then \
30
- echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" | tee -a /etc/apt/sources.list; \
+ echo "deb http://archive.debian.org/debian bullseye-backports main contrib non-free" | tee -a /etc/apt/sources.list; \
31
apt-get update; \
32
fi; \
33
if [ "$SUITE" = "jammy" ]; then SERIALPORT="libqt6serialport6-dev"; else SERIALPORT="qt6-serialport-dev"; fi; \
0 commit comments