From 132700438a4d409a7c9f76be7cfed4d18130a4dd Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 25 Apr 2018 17:02:30 -0400 Subject: Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch more compile errors in tests --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0e7bb7acd..78152531c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY . . RUN mv /opt/bmo/local /app && \ chown -R app:app /app && \ + perl -I/app -I/app/local/lib/perl5 -c -E 'use Bugzilla; BEGIN { Bugzilla->extensions }' && \ perl -c /app/scripts/entrypoint.pl && \ setcap 'cap_net_bind_service=+ep' /usr/sbin/httpd -- cgit v1.2.3-24-g4f1b