[glib-networking/wip/tingping/pkcs11] ci: Add pkcs11-spy to image



commit 9cb6d51004ce8dc2ff663ab307a2b59d45d282ff
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Oct 12 14:35:12 2020 -0500

    ci: Add pkcs11-spy to 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 9b1f1efa..f36d3840 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v15
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v17
 
 fedora-x86_64:
   stage: build
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 84821f61..ab34fb40 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -7,6 +7,7 @@ RUN dnf update -y \
                       crypto-policies-scripts \
                       libasan \
                       openssl-devel \
+                      opensc \
                       git \
     && dnf clean all \
     && git clone https://gitlab.gnome.org/GNOME/glib.git \
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 7a7318b4..9cb1bcc2 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:v15"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v17"
 
 cd "$(dirname "$0")"
 


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