mirror of
https://github.com/linuxserver/docker-smokeping.git
synced 2026-02-14 20:18:11 +08:00
Add perl-authen-radius
This commit is contained in:
parent
8f1e4672aa
commit
e36c0d32cf
@ -24,6 +24,7 @@ RUN \
|
||||
bind-tools \
|
||||
font-noto-cjk \
|
||||
openssh-client \
|
||||
perl-authen-radius \
|
||||
perl-lwp-protocol-https \
|
||||
smokeping==${SMOKEPING_VERSION} \
|
||||
ssmtp \
|
||||
|
||||
@ -24,6 +24,7 @@ RUN \
|
||||
bind-tools \
|
||||
font-noto-cjk \
|
||||
openssh-client \
|
||||
perl-authen-radius \
|
||||
perl-lwp-protocol-https \
|
||||
smokeping==${SMOKEPING_VERSION} \
|
||||
ssmtp \
|
||||
|
||||
@ -227,6 +227,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **16.05.23:** - Add perl-authen-radius for Radius support.
|
||||
* **16.05.23:** - Rebase to Alpine 3.18. Deprecate armhf.
|
||||
* **11.05.23:** - Add perl-lwp-protocol-https for master/slave support over https.
|
||||
* **22.01.23:** - Revert to using Apache due to latency issues with nginx and fcgiwrap.
|
||||
|
||||
@ -34,6 +34,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "16.05.23:", desc: "Add perl-authen-radius for Radius support." }
|
||||
- { date: "16.05.23:", desc: "Rebase to Alpine 3.18. Deprecate armhf." }
|
||||
- { 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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user