1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +02:00

Copy pgFormatter submodule in Dockerfile.

This module was missing and caused a failure when using explain.
This commit is contained in:
Bernd Helmle 2020-12-17 17:51:27 +01:00
parent ceaf10edf2
commit b1cedf6294

View File

@ -20,6 +20,7 @@ RUN apt-get update && \
RUN cpan install Pg::Explain
COPY lib/ ./lib/
COPY ext/ ./ext/
RUN sed -i s/Mail::Sender/Email::Sender/g lib/Explain/Plugin/MailSender.pm
COPY docker/explain.json explain.pl ./
COPY layout/ /layout/