We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b924760 commit c91088bCopy full SHA for c91088b
1 file changed
.ddev/web-build/Dockerfile.modperl
@@ -1,4 +1,4 @@
1
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests nginx-module-perl libdigest-md5-file-perl make
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests libnginx-mod-http-perl libdigest-md5-file-perl make
2
RUN sed -i \
3
-e '1i load_module "/usr/lib/nginx/modules/ngx_http_perl_module.so";' \
4
-e '/http {/a perl_modules /var/www/html/Resources/Private/nginx_purge; perl_require purge.pm;' \
0 commit comments