[evince/wip/gpoo/update-docker-image] gitlab-ci: Update versions for gitlab-ci's Docker image
- From: Germán Poo-Caamaño <gpoo src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evince/wip/gpoo/update-docker-image] gitlab-ci: Update versions for gitlab-ci's Docker image
 
- Date: Sat, 26 Jun 2021 04:26:46 +0000 (UTC)
 
commit 523bae87f5b362c0d843e004a52548466d38d8d9
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat Jun 26 00:22:26 2021 -0400
    gitlab-ci: Update versions for gitlab-ci's Docker image
    
    * Upgrade image to Ubuntu 20.10.
    * Add dependencies
    * Install meson from packages
 .gitlab-ci/setup-ubuntu.sh   | 25 +++++++++++++------------
 .gitlab-ci/ubuntu.Dockerfile |  2 +-
 2 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitlab-ci/setup-ubuntu.sh b/.gitlab-ci/setup-ubuntu.sh
index 3271b3d0..cee7a909 100644
--- a/.gitlab-ci/setup-ubuntu.sh
+++ b/.gitlab-ci/setup-ubuntu.sh
@@ -5,18 +5,19 @@ export DEBIAN_FRONTEND=noninteractive
 apt-get -yqq update
 apt-get -yqq install apt-utils
 apt-get -yq install gnome-common libglib2.0-dev-bin \
-                                       yelp-tools itstool gtk-doc-tools \
-                                       appstream \
-                                       libgirepository1.0-dev  \
-                                       libgtk-3-dev libgstreamer1.0-dev \
-                                       libgstreamer-plugins-base1.0-dev \
-                                       libxml2-dev libxml2-utils \
-                                       libnautilus-extension-dev \
-                                       libsecret-1-dev libgspell-1-dev libgnome-desktop-3-dev \
-                                       libpoppler-glib-dev poppler-data \
-                                       libspectre-dev libtiff5-dev libdjvulibre-dev \
-                                       libkpathsea-dev libarchive-dev libgxps-dev \
-                                       ccache systemd ninja-build python3-pip
+                    yelp-tools itstool gtk-doc-tools \
+                    appstream \
+                    libgirepository1.0-dev  \
+                    libgtk-3-dev libgstreamer1.0-dev \
+                    libgstreamer-plugins-base1.0-dev \
+                    libxml2-dev libxml2-utils \
+                    libnautilus-extension-dev \
+                    libsecret-1-dev libgspell-1-dev libgnome-desktop-3-dev \
+                    libpoppler-glib-dev poppler-data \
+                    libspectre-dev libtiff5-dev libdjvulibre-dev \
+                    libkpathsea-dev libarchive-dev libgxps-dev \
+                    libhandy-1-dev libsynctex-dev git \
+                    ccache systemd ninja-build python3-pip
 apt-get clean
 rm -rf /var/lib/apt/lists/*
 
diff --git a/.gitlab-ci/ubuntu.Dockerfile b/.gitlab-ci/ubuntu.Dockerfile
index 5e5566aa..7c56b252 100644
--- a/.gitlab-ci/ubuntu.Dockerfile
+++ b/.gitlab-ci/ubuntu.Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:20.10
 
 ENV LANG C.UTF-8
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]