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:
parent
ceaf10edf2
commit
b1cedf6294
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user