2 Star 4 Fork 3

iresty / lua-resty-libr3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kir Shatrov 提交于 2019-08-06 09:47 . Build with Docker
FROM ubuntu:bionic
ENV OPENRESTY_PREFIX=/usr/local/openresty
RUN apt-get update && apt-get -y install git-core check libpcre3 libpcre3-dev build-essential libtool cpanminus build-essential libncurses5-dev libpcre3-dev libreadline-dev libssl-dev perl \
automake autoconf pkg-config software-properties-common wget && rm -rf /var/lib/apt/lists/*
RUN cpanm --notest Test::Nginx
RUN wget -qO - https://openresty.org/package/pubkey.gpg | apt-key add -
RUN add-apt-repository -y "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main"
RUN apt-get update && apt-get -y install openresty && rm -rf /var/lib/apt/lists/*
ENV PATH="${OPENRESTY_PREFIX}/nginx/sbin:${PATH}"
CMD ["/bin/bash"]
Lua
1
https://gitee.com/iresty/lua-resty-libr3.git
git@gitee.com:iresty/lua-resty-libr3.git
iresty
lua-resty-libr3
lua-resty-libr3
master

搜索帮助