From 93f98837f4eafc3fba8864f4d7cbb20cf1b3c984 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Wed, 24 Jan 2024 14:56:22 +0100 Subject: [PATCH] solve kong --- Dockerfile.kong3.4.2 | 2 +- Dockerfile.kong3.5.0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.kong3.4.2 b/Dockerfile.kong3.4.2 index cbc5eac..5ea2008 100644 --- a/Dockerfile.kong3.4.2 +++ b/Dockerfile.kong3.4.2 @@ -4,7 +4,7 @@ ENV OIDC_PLUGIN_VERSION=1.1.0-0 ENV JWT_PLUGIN_VERSION=1.1.0-1 USER root -RUN apt update && apt install git unzip luarocks +RUN apt update && apt install -y git unzip luarocks RUN luarocks install kong-oidc RUN git clone https://github.com/PSheshenya/kong-oidc.git \ diff --git a/Dockerfile.kong3.5.0 b/Dockerfile.kong3.5.0 index 22a5818..83abaf5 100644 --- a/Dockerfile.kong3.5.0 +++ b/Dockerfile.kong3.5.0 @@ -4,7 +4,7 @@ ENV OIDC_PLUGIN_VERSION=1.1.0-0 ENV JWT_PLUGIN_VERSION=1.1.0-1 USER root -RUN apt update && apt install git unzip luarocks +RUN apt update && apt install -y git unzip luarocks RUN luarocks install kong-oidc RUN git clone https://github.com/PSheshenya/kong-oidc.git \