Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raulcejas04 opened this issue Nov 5, 2021 · 0 comments
Open

Comments

@raulcejas04
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant