Add perl-lwp-protocol-https for https master/slave support

This commit is contained in:
TheSpad 2023-05-11 21:07:33 +01:00
parent b53d09944e
commit e35339076b
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN \
bind-tools \
font-noto-cjk \
openssh-client \
perl-lwp-protocol-https \
smokeping==${SMOKEPING_VERSION} \
ssmtp \
sudo \

View File

@ -24,6 +24,7 @@ RUN \
bind-tools \
font-noto-cjk \
openssh-client \
perl-lwp-protocol-https \
smokeping==${SMOKEPING_VERSION} \
ssmtp \
sudo \

View File

@ -24,6 +24,7 @@ RUN \
bind-tools \
font-noto-cjk \
openssh-client \
perl-lwp-protocol-https \
smokeping==${SMOKEPING_VERSION} \
ssmtp \
sudo \

View File

@ -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" }