add lj-releng tool to check lua code.
This commit is contained in:
parent
8683d2c2c6
commit
4687a5fe67
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