[Bps-public-commit] docker-rt-base-debian-stretch branch, master, updated. 036e7c846e9bb20c5f46c0c213358dda448392ce

? sunnavy sunnavy at bestpractical.com
Sat May 29 04:40:03 EDT 2021


The branch, master has been updated
       via  036e7c846e9bb20c5f46c0c213358dda448392ce (commit)
      from  c73fe2e2bd4cec08518bdd345cba5a4762af7de0 (commit)

Summary of changes:
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 036e7c846e9bb20c5f46c0c213358dda448392ce
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat May 29 15:06:03 2021 +0800

    Install DBD::Pg from CPAN as the system version(3.5.3) is too old for RT 5.0.1+

diff --git a/Dockerfile b/Dockerfile
index cafc01c..bfd2573 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -116,7 +116,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
     libhtml-formatexternal-perl \
     libtext-worddiff-perl \
     libdbd-mysql-perl \
-    libdbd-pg-perl \
+    libpq-dev \
 && rm -rf /var/lib/apt/lists/*
 
 # Install from backports to get newer gpg
@@ -147,6 +147,7 @@ RUN cpanm \
   DBIx::SearchBuilder \
   # RT extension development dependencies
   ExtUtils::MakeMaker \
+  DBD::Pg \
 && rm -rf /root/.cpanm
 
 CMD tail -f /dev/null

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list