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

added in dockerfile oidc-agent installation

parent 37844927
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM jenkins/ssh-agent
ARG ORCHENT_VERSION=1.2.9.rc1
ARG LIBQRENCODE_PATH=/tmp/libqrencode.deb
RUN DEBIAN_FRONTEND=noninteractive
RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get update && apt-get install -y gnupg2 apt-utils software-properties-common wget \
&& 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} \
......
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