Merge pull request #5624 from agile6v/master
feat: add lj-releng tool to check Lua code for finding the potential problems
This commit is contained in:
commit
734f3853a4
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ RUN set -eux; \
|
||||||
; \
|
; \
|
||||||
apk del .build-deps;
|
apk del .build-deps;
|
||||||
|
|
||||||
|
RUN wget https://raw.githubusercontent.com/openresty/openresty-devel-utils/master/lj-releng -O /usr/local/bin/lj-releng \
|
||||||
|
&& chmod +x /usr/local/bin/lj-releng
|
||||||
|
|
||||||
RUN wget https://storage.googleapis.com/kubernetes-release/release/${K8S_RELEASE}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl \
|
RUN wget https://storage.googleapis.com/kubernetes-release/release/${K8S_RELEASE}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl \
|
||||||
&& chmod +x /usr/local/bin/kubectl
|
&& chmod +x /usr/local/bin/kubectl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue