tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
562 stars 80 forks source link

added wget (as alpine/busybox default wget is not linked against ssl) #50

Closed kimpenhaus closed 5 years ago

kimpenhaus commented 5 years ago

Hi,

running your docker for some time now. I have a redicale hook which is actually triggering phonebook sync of contacts in my home network. Since I updated that service to run on https the built in version of busybox/alpine wget is no longer working on the hook (because busybox not having linked its wget against ssl). A simple apk add wget would solve my problem. I've added it to the docker file. Would be great if you could merge it. 😃

Cheers, m.

tomsquest commented 5 years ago

Done! Thank you.