1
0
angie-conv-image/doc/examples/perl/Dockerfile

12 lines
275 B
Docker
Raw Normal View History

2024-09-20 01:27:15 +03:00
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'