[glib-networking/mcatanzaro/ci] Add opensc to CI image
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/ci] Add opensc to CI image
- Date: Wed, 4 Dec 2019 16:30:31 +0000 (UTC)
commit 3329aa2d7e828288ee1442d51e0bc396cc084eef
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Dec 4 10:30:19 2019 -0600
Add opensc to CI image
.gitlab-ci.yml | 2 +-
.gitlab-ci/Dockerfile | 1 +
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2f5f81..d70c744 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v8
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v9
fedora-x86_64:
script:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index a315e2b..c09a1ca 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -6,6 +6,7 @@ RUN dnf update -y \
&& dnf install -y gsettings-desktop-schemas \
gcc \
libasan \
+ opensc \
openssl-devel \
&& dnf clean all
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 925566c..9cd2943 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v8"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v9"
cd "$(dirname "$0")"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]