Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Nov 6, 2024
1 parent 42fd403 commit 82a5add
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# this is a debug info
RUN ls -la /usr/local/openresty/luajit/lib/libluajit-5.1.so.2 && \
md5sum /usr/local/openresty/luajit/lib/libluajit-5.1.so.2


# install lua libs
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt && \
/usr/local/openresty/luajit/bin/luarocks install lua-resty-string && \
Expand Down

0 comments on commit 82a5add

Please sign in to comment.