From e35339076b76edac98efbf47ce9a2babb5638de8 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Thu, 11 May 2023 21:07:33 +0100 Subject: [PATCH] Add perl-lwp-protocol-https for https master/slave support --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + readme-vars.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 80563ad..357eeb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN \ bind-tools \ font-noto-cjk \ openssh-client \ + perl-lwp-protocol-https \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index bfee755..49c96d5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -24,6 +24,7 @@ RUN \ bind-tools \ font-noto-cjk \ openssh-client \ + perl-lwp-protocol-https \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index a745ffe..fc33481 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -24,6 +24,7 @@ RUN \ bind-tools \ font-noto-cjk \ openssh-client \ + perl-lwp-protocol-https \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ sudo \ diff --git a/readme-vars.yml b/readme-vars.yml index bf507bc..e2efa17 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -35,6 +35,7 @@ app_setup_block: | # changelog changelogs: + - { date: "11.05.23:", desc: "Add perl-lwp-protocol-https for master/slave support over https." } - { date: "22.01.23:", desc: "Revert to using Apache due to latency issues with nginx and fcgiwrap." } - { date: "12.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, switch to nginx and fcgiwrap." } - { date: "29.03.21:", desc: "Dockerfile: Install curl before we call it" }