mirror of
https://github.com/linuxserver/docker-smokeping.git
synced 2026-02-19 19:56:39 +08:00
Add perl-lwp-protocol-https for https master/slave support
This commit is contained in:
parent
b53d09944e
commit
e35339076b
@ -24,6 +24,7 @@ RUN \
|
||||
bind-tools \
|
||||
font-noto-cjk \
|
||||
openssh-client \
|
||||
perl-lwp-protocol-https \
|
||||
smokeping==${SMOKEPING_VERSION} \
|
||||
ssmtp \
|
||||
sudo \
|
||||
|
||||
@ -24,6 +24,7 @@ RUN \
|
||||
bind-tools \
|
||||
font-noto-cjk \
|
||||
openssh-client \
|
||||
perl-lwp-protocol-https \
|
||||
smokeping==${SMOKEPING_VERSION} \
|
||||
ssmtp \
|
||||
sudo \
|
||||
|
||||
@ -24,6 +24,7 @@ RUN \
|
||||
bind-tools \
|
||||
font-noto-cjk \
|
||||
openssh-client \
|
||||
perl-lwp-protocol-https \
|
||||
smokeping==${SMOKEPING_VERSION} \
|
||||
ssmtp \
|
||||
sudo \
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user