Sign inSign up

liuchong/openresty

By liuchong

Updated over 10 years ago

Default compiled installation of openresty in debian

Image
0

154

liuchong/openresty repository overview

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

Tag summary

Content type

Image

Digest

Size

198.2 MB

Last updated

over 10 years ago

docker pull liuchong/openresty:v0