Skip to content

Commit

Permalink
Merge pull request #1511 from tkan145/fix-broken-dev-build
Browse files Browse the repository at this point in the history
Fix broken dev-build
  • Loading branch information
tkan145 authored Dec 4, 2024
2 parents a95ab3a + f1e94f9 commit 415212c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ ENV PATH="./lua_modules/bin:/usr/local/openresty/luajit/bin/:${PATH}" \
RUN yum install -y luarocks-${LUAROCKS_VERSION} && \
luarocks install luaossl 20200709 --tree ${APP_ROOT}/lua_modules CFLAGS="-O2 -fPIC -DHAVE_EVP_KDF_CTX=1" && \
luarocks install http --tree ${APP_ROOT}/lua_modules && \
luarocks install --server=http://luarocks.org/dev lua-rover && \
curl -fSL https://github.com/3scale/lua-rover/archive/refs/tags/v0.1.0.tar.gz -o lua-rover-v0.1.0.tar.gz && \
tar xzf lua-rover-v0.1.0.tar.gz && \
cd lua-rover-0.1.0 && \
luarocks make && \
rover -v && \
yum -y remove luarocks && \
ln -s /usr/bin/rover /usr/local/openresty/luajit/bin/ && \
Expand Down

0 comments on commit 415212c

Please sign in to comment.