Images: Fix LuaRocks. (#13477)
This commit is contained in:
parent
af6352cbe4
commit
bb4d814931
4 changed files with 7 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ RUN wget -qO /tmp/resty_cli.tgz \
|
|||
&& rm -rf /tmp/*
|
||||
|
||||
RUN wget -qO /tmp/luarocks.tgz \
|
||||
https://github.com/luarocks/luarocks/archive/v${LUAROCKS_VERSION}.tar.gz \
|
||||
https://github.com/luarocks/luarocks/archive/${LUAROCKS_VERSION}.tar.gz \
|
||||
&& echo "${LUAROCKS_SHA} */tmp/luarocks.tgz" | sha256sum -c - \
|
||||
&& tar -C /tmp -xzf /tmp/luarocks.tgz \
|
||||
&& cd /tmp/luarocks* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue