You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL description="Alpine + Kong 2.0.4 + kong-oidc plugin"
USER root
RUN apk update && apk add git unzip luarocks
RUN luarocks install --pin lua-resty-jwt 0.2.2-0
RUN luarocks install kong-oidc
USER kong
And I get
Step 5/7 : RUN luarocks install --pin lua-resty-jwt
---> Running in 131604a77bef
The command '/bin/sh -c luarocks install --pin lua-resty-jwt' returned a non-zero code: 132
Thanks.
The text was updated successfully, but these errors were encountered:
Hello
I am trying to build my image from the next dockerfile (from https://github.com/d4rkstar/kong-konga-keycloak):
FROM kong:2.0.4-alpine
LABEL description="Alpine + Kong 2.0.4 + kong-oidc plugin"
USER root
RUN apk update && apk add git unzip luarocks
RUN luarocks install --pin lua-resty-jwt 0.2.2-0
RUN luarocks install kong-oidc
USER kong
And I get
Step 5/7 : RUN luarocks install --pin lua-resty-jwt
---> Running in 131604a77bef
The command '/bin/sh -c luarocks install --pin lua-resty-jwt' returned a non-zero code: 132
Thanks.
The text was updated successfully, but these errors were encountered: