12 lines
275 B
Docker
12 lines
275 B
Docker
FROM docker.io/rockdrilla/angie-conv:v0.0.4
|
|
SHELL [ "/bin/sh", "-ec" ]
|
|
|
|
COPY /site/ /etc/angie/site/
|
|
|
|
## install 'angie-module-perl' and process package contents
|
|
RUN apt-install-angie-mod.sh perl ; \
|
|
apt-clean.sh
|
|
|
|
## load ngx_http_perl_module
|
|
ENV NGX_HTTP_MODULES='perl'
|