Created
December 14, 2020 17:00
-
-
Save MarcDufresne/c4c03594ca85ef91c90241f1f2b86d21 to your computer and use it in GitHub Desktop.
Kong Custom Plugin Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM kong:2.2 | |
| USER root | |
| RUN luarocks install kong-auth-request | |
| USER kong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment