[Bps-public-commit] docker-rt-base branch buster updated. 4c2dd6b4d838788e6ccad5eb4a8a215c2e4130b8
BPS Git Server
git at git.bestpractical.com
Thu Jul 21 17:44:53 UTC 2022
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 4c2dd6b4d838788e6ccad5eb4a8a215c2e4130b8 (commit)
from 8c39059223991db08baf0e9cc78607abda4d7a33 (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 4c2dd6b4d838788e6ccad5eb4a8a215c2e4130b8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jul 21 13:44:24 2022 -0400
Avoid a known test failure in GD::Graph
diff --git a/Dockerfile b/Dockerfile
index 31c34ac..18e532e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -63,6 +63,10 @@ ENV PATH="/opt/perl/bin:$PATH"
RUN curl --fail --location --compressed -o /opt/perl/bin/cpm "$CPM" \
&& chmod a+rx /opt/perl/bin/cpm
+# Install GD::Graph without tests to avoid a known failure
+# due to a change in GD::Image: https://github.com/ruz/GDGraph/pull/13
+RUN cpm install --global --no-prebuilt --no-test --with-all --show-build-log-on-failure GD::Graph
+
RUN cd /tmp \
&& curl --fail --location --compressed -o cpanfile "$CPANFILE" \
# 1. Find all the features named in RT's cpanfile.
-----------------------------------------------------------------------
Summary of changes:
Dockerfile | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
docker-rt-base
More information about the Bps-public-commit
mailing list