[Bps-public-commit] docker-rt-base-debian-stretch branch, docker-rt-base-debian-stretch, updated. 0552113e06babd790a4e9404883ae51283859f25
Jim Brandt
jbrandt at bestpractical.com
Tue May 19 08:11:51 EDT 2020
The branch, docker-rt-base-debian-stretch has been updated
via 0552113e06babd790a4e9404883ae51283859f25 (commit)
from c4abe6fd7dfbb9f5609d59d6251d1fa09831cda8 (commit)
Summary of changes:
Dockerfile | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0552113e06babd790a4e9404883ae51283859f25
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue May 19 08:11:44 2020 -0400
Install and enable gnupg
diff --git a/Dockerfile b/Dockerfile
index 260f28e..22fd8dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -115,9 +115,16 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
build-essential \
libhtml-formatexternal-perl \
libdbd-mysql-perl \
- gnupg1 \
&& rm -rf /var/lib/apt/lists/*
+# Install from backports to get newer gpg
+RUN echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/backports.list
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -t stretch-backports install -y --no-install-recommends \
+ gnupg \
+&& rm -rf /var/lib/apt/lists/*
+
+RUN gpg --version
+
RUN cpanm \
# RT dependencies
Module::Install \
@@ -126,7 +133,7 @@ RUN cpanm \
Mozilla::CA \
Encode::Detect::Detector \
HTML::Gumbo \
-# GnuPG::Interface \
+ GnuPG::Interface \
Module::Path \
Moose \
MooseX::NonMoose \
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list