Skip to content

Commit

Permalink
solve dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jan 24, 2024
1 parent 93f9883 commit 4c4a4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.kong3.3.1
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 4c4a4da

Please sign in to comment.