From 4c4a4da6b0d45c6659b45623c4d169dfac12a277 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Wed, 24 Jan 2024 15:06:01 +0100 Subject: [PATCH] solve dockerfile --- Dockerfile.kong3.3.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.kong3.3.1 b/Dockerfile.kong3.3.1 index 18917f9..257a4d6 100644 --- a/Dockerfile.kong3.3.1 +++ b/Dockerfile.kong3.3.1 @@ -1,10 +1,10 @@ -FROM kong/kong:3.3.1-alpine +FROM kong/kong:3.3.1-ubuntu LABEL description="Kong 3.3.1 + kong-oidc plugin" ENV OIDC_PLUGIN_VERSION=1.1.0-0 ENV JWT_PLUGIN_VERSION=1.1.0-1 USER root -RUN apk update && apk add 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 \