From 3e9df0275b2334bd485cb84aa931ef8080a5c893 Mon Sep 17 00:00:00 2001 From: qweqweasdasd <qweqweasdasd@infn.it> Date: Wed, 22 Jun 2022 13:09:53 +0200 Subject: [PATCH] added in dockerfile oidc-agent installation --- utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 0c50c57..2128d46 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -3,7 +3,7 @@ FROM jenkins/ssh-agent ARG ORCHENT_VERSION=1.2.9.rc1 RUN DEBIAN_FRONTEND=noninteractive apt-get update \ - && apt-get install -y wget git ansible python3-pip openssh-client iproute2 \ + && apt-get install -y wget git ansible python3-pip openssh-client iproute2 net-tools oidc-agent\ && wget https://github.com/indigo-dc/orchent/releases/download/v${ORCHENT_VERSION}/orchent_${ORCHENT_VERSION}_amd64.deb \ && dpkg -i orchent_${ORCHENT_VERSION}_amd64.deb \ && pip install gvm-tools \ -- GitLab