cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

luarocks install --pin lua-resty-jwt' returned a non-zero code: 132 #53

Open raulcejas04 opened 2 years ago

raulcejas04 commented 2 years ago

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.