mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-02-01 20:09:19 -05:00
6 lines
485 B
Docker
6 lines
485 B
Docker
|
FROM openresty/openresty:alpine
|
||
|
|
||
|
RUN wget -O /usr/local/openresty/lualib/resty/http.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http.lua
|
||
|
RUN wget -O /usr/local/openresty/lualib/resty/http_connect.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http_connect.lua
|
||
|
RUN wget -O /usr/local/openresty/lualib/resty/http_headers.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http_headers.lua
|