Skip to content
Snippets Groups Projects
Commit 379db070 authored by qweqweasdasd's avatar qweqweasdasd
Browse files

added in dockerfile oidc-agent installation

parent 5d5c8397
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment