[Bps-public-commit] docker-rt-base branch buster updated. 1d67df5cd6dba1d681c59140a45571e30780cdaf

BPS Git Server git at git.bestpractical.com
Fri Dec 15 17:51:55 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "docker-rt-base".

The branch, buster has been updated
       via  1d67df5cd6dba1d681c59140a45571e30780cdaf (commit)
      from  411db0482e436ff03e5d09418189e1ed2f7080df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1d67df5cd6dba1d681c59140a45571e30780cdaf
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Dec 15 12:50:35 2023 -0500

    Rebuild to update DBIx::SearchBuilder to 1.80
    
    Also add chromium, WWW::Mechanize::Chrome, and
    CSS::Inliner for future tests.

diff --git a/Dockerfile b/Dockerfile
index dadfaee..d3f5bf2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,6 +30,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
     libpq-dev \
     libssl-dev \
     libz-dev \
+    chromium \
 && rm -rf /var/lib/apt/lists/*
 
 RUN cd /usr/local/src \
@@ -69,6 +70,10 @@ RUN curl --fail --location --compressed -o /opt/perl/bin/cpm "$CPM" \
 # The default address is protected by spamhaus and can fail for home IPs
 RUN cpm install --global --no-prebuilt --no-test --with-all --show-build-log-on-failure Mail::Sendmail
 
+# Add optional modules
+RUN cpm install --global --no-prebuilt --with-all --show-build-log-on-failure CSS::Inliner
+RUN cpm install --global --no-prebuilt --with-all --show-build-log-on-failure WWW::Mechanize::Chrome
+
 RUN cd /tmp \
  && curl --fail --location --compressed -o cpanfile "$CPANFILE" \
  # 1. Find all the features named in RT's cpanfile.
-----------------------------------------------------------------------

Summary of changes:
 Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
docker-rt-base


More information about the Bps-public-commit mailing list