summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-25 23:02:30 +0200
committerdklawren <dklawren@users.noreply.github.com>2018-04-25 23:02:30 +0200
commit132700438a4d409a7c9f76be7cfed4d18130a4dd (patch)
treed96ce2f43137a105e3b9fdca2cc0fc2c01cae9f2 /Dockerfile
parent993e754afdf6a94e128633be7261e27cfc384f2c (diff)
downloadbugzilla-132700438a4d409a7c9f76be7cfed4d18130a4dd.tar.gz
bugzilla-132700438a4d409a7c9f76be7cfed4d18130a4dd.tar.xz
Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch more compile errors in tests
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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