From 379db070bfb5e95c2116284c13b0952276f5a9fe Mon Sep 17 00:00:00 2001 From: qweqweasdasd <qweqweasdasd@infn.it> Date: Wed, 22 Jun 2022 14:07:59 +0200 Subject: [PATCH] added in dockerfile oidc-agent installation --- utils/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 4a9778f..d94f587 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -4,7 +4,9 @@ ARG ORCHENT_VERSION=1.2.9.rc1 ARG LIBQRENCODE_PATH=/tmp/libqrencode.deb RUN DEBIAN_FRONTEND=noninteractive \ - && apt-get update && apt-get install -y gnupg2 apt-utils software-properties-common wget \ + && apt-get update && apt-get install -y gnupg2 apt-utils software-properties-common wget + +RUN DEBIAN_FRONTEND=noninteractive \ && wget -O ${LIBQRENCODE_PATH} wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qrencode/libqrencode3_3.4.4-1build1_amd64.deb \ && dpkg -i ${LIBQRENCODE_PATH} && rm -f ${LIBQRENCODE_PATH} \ && apt-key adv --keyserver hkp://pgp.surfnet.nl --recv-keys ACDFB08FDC962044D87FF00B512839863D487A87 \ -- GitLab