initial commit
This commit is contained in:
11
doc/examples/perl/Dockerfile
Normal file
11
doc/examples/perl/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
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'
|
Reference in New Issue
Block a user