Skip to content

Commit c91088b

Browse files
committed
Fix tests with recent ddev containers
1 parent b924760 commit c91088b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ddev/web-build/Dockerfile.modperl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
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
22
RUN sed -i \
33
-e '1i load_module "/usr/lib/nginx/modules/ngx_http_perl_module.so";' \
44
-e '/http {/a perl_modules /var/www/html/Resources/Private/nginx_purge; perl_require purge.pm;' \

0 commit comments

Comments
 (0)