From aa03f62bc76c85bfd99d12e956090f6007c928a5 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 31 Mar 2022 12:02:31 +0200 Subject: [PATCH] fix hadolint reported issues --- docker/nginx/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 2093872c..eca1e3d8 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -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 \