[gnome-software: 3/110] ci: Update Debian CI to Bookworm




commit e52f3b2dbefbbc4ea7f1b6e48d540139e32a54dc
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Oct 5 19:48:53 2021 +0100

    ci: Update Debian CI to Bookworm
    
    This will be needed for building against GTK4.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci/debian-stable.Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index fde9d1e2e..59c91d197 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -1,9 +1,9 @@
-FROM debian:buster
+FROM debian:bookworm
 
 RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     appstream \
     clang \
-    clang-tools-7 \
+    clang-tools \
     dbus \
     desktop-file-utils \
     docbook-xsl \
@@ -20,7 +20,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     lcov \
     libaccountsservice-dev \
     libappstream-dev \
-    libcurl4-openssl-dev \
+    libcurl4-gnutls-dev \
     libflatpak-dev \
     libfwupd-dev \
     libgirepository1.0-dev \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]