[librsvg-oci-images/add-curl-to-debian] Add curl to debian:testing image




commit 059aac1b8521ba14655d858e96fb494c2a2cc4e4
Author: Sven Neumann <sven svenfoo org>
Date:   Fri Oct 23 15:56:53 2020 +0200

    Add curl to debian:testing image
    
    Should also force the image to be rebuilt so that we get a newer
    version of rustc.

 debian/prepare.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/debian/prepare.sh b/debian/prepare.sh
index 0e878d1..ba77ca9 100644
--- a/debian/prepare.sh
+++ b/debian/prepare.sh
@@ -2,10 +2,10 @@
 
 apt update -yqq && apt upgrade -yqq
 apt install -yqq --no-install-recommends \
-    gcc make valac rustc cargo libpango1.0-dev \
+    curl gcc make valac rustc cargo ccache git \
     automake autoconf libtool gettext itstool \
     libgdk-pixbuf2.0-dev libgirepository1.0-dev \
-    gtk-doc-tools git libgtk-3-dev ccache \
+    gtk-doc-tools libpango1.0-dev libgtk-3-dev \
     libxml2-dev libcroco3-dev libcairo2-dev \
     ca-certificates openssl openssl-dev \
     autotools-dev libltdl-dev autopoint


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