FROM docker.io/rockdrilla/angie-conv:v0.0.1 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'