chore(docker): adding curl
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
7c3743d222
commit
2232e20b4a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
FROM openresty/openresty:1.21.4.1-alpine
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
# Adding prometheus monitoring support
|
||||
ADD https://raw.githubusercontent.com/knyar/nginx-lua-prometheus/master/prometheus.lua /usr/local/openresty/lualib/
|
||||
ADD https://raw.githubusercontent.com/knyar/nginx-lua-prometheus/master/prometheus_keys.lua /usr/local/openresty/lualib/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue