fix hadolint reported issues
This commit is contained in:
parent
460ff626c6
commit
aa03f62bc7
|
@ -1,5 +1,7 @@
|
||||||
FROM openresty/openresty:1.19.9.1-focal
|
FROM openresty/openresty:1.19.9.1-focal
|
||||||
|
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
RUN luarocks install lua-resty-http && \
|
RUN luarocks install lua-resty-http && \
|
||||||
luarocks install hasher && \
|
luarocks install hasher && \
|
||||||
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \
|
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \
|
||||||
|
|
Reference in New Issue