Default compiled installation of openresty in debian
154
Dockerfile:
FROM debian:jessie MAINTAINER Liu Chong [email protected] WORKDIR /build RUN apt-get update && apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make build-essential wget curl RUN wget https://openresty.org/download/ngx_openresty-1.9.7.1.tar.gz && tar -xzvf ngx_openresty-1.9.7.1.tar.gz && cd ngx_openresty-1.9.7.1 && ./configure && make install
Content type
Image
Digest
Size
198.2 MB
Last updated
over 10 years ago
docker pull liuchong/openresty:v0