fix hadolint reported issues

This commit is contained in:
Karol Wypchlo 2022-03-31 12:02:31 +02:00
parent 460ff626c6
commit aa03f62bc7
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM openresty/openresty:1.19.9.1-focal
WORKDIR /
RUN luarocks install lua-resty-http && \
luarocks install hasher && \
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \