From c53905b3d601e016cd74e46e14ec6222b94bb8c3 Mon Sep 17 00:00:00 2001 From: Brad Moore Date: Fri, 28 Jun 2019 15:44:32 -0400 Subject: [PATCH] Adding perl to 9.6 --- 9.6/alpine/Dockerfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/9.6/alpine/Dockerfile b/9.6/alpine/Dockerfile index 935fe6457d..f8f0084cec 100644 --- a/9.6/alpine/Dockerfile +++ b/9.6/alpine/Dockerfile @@ -61,10 +61,10 @@ RUN set -ex \ perl-utils \ # configure: error: Perl module IPC::Run is required to run TAP tests perl-ipc-run \ -# perl-dev \ -# python-dev \ -# python3-dev \ -# tcl-dev \ + perl-dev \ + python-dev \ + python3-dev \ + tcl-dev \ util-linux-dev \ zlib-dev \ \ @@ -99,13 +99,13 @@ RUN set -ex \ --with-libraries=/usr/local/lib \ \ # these make our image abnormally large (at least 100MB larger), which seems uncouth for an "Alpine" (ie, "small") variant :) -# --with-krb5 \ -# --with-gssapi \ -# --with-ldap \ -# --with-tcl \ -# --with-perl \ -# --with-python \ -# --with-pam \ + --with-krb5 \ + --with-gssapi \ + --with-ldap \ + --with-tcl \ + --with-perl \ + --with-python \ + --with-pam \ --with-openssl \ --with-libxml \ --with-libxslt \