Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava committed Jan 23, 2024
1 parent fc7db20 commit 8c5b9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.kong3.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -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 add git unzip luarocks
RUN apt update && apt install git unzip luarocks
RUN luarocks install kong-oidc

RUN git clone https://github.com/PSheshenya/kong-oidc.git \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.kong3.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -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 add git unzip luarocks
RUN apt update && apt install git unzip luarocks
RUN luarocks install kong-oidc

RUN git clone https://github.com/PSheshenya/kong-oidc.git \
Expand Down

0 comments on commit 8c5b9a9

Please sign in to comment.