flaviostutz / freepbx

FreePBX container (Asterisk 16; OpenPBX 15 with Backup and IVR modules installed)
MIT License
61 stars 47 forks source link

Update Dockerfile #11

Closed jluquee closed 5 years ago

jluquee commented 5 years ago

Sorry only need change

&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz \ && tar xfz asterisk-15-current.tar.gz \ && rm -f asterisk-15-current.tar.gz \

The two files git clone your repo

Thanks

flaviostutz commented 5 years ago

Is the current Dockerfile not working? I use to stick the download on the version level because there is a lot of risks between asterisk versions because something may break (as I had before). So, for each version upgrade we have to do extensive tests. Got it?

Sent from my iPhone

On 19 Jul 2019, at 12:48, jluquee notifications@github.com wrote:

Sorry only need change

&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz && tar xfz asterisk-15-current.tar.gz && rm -f asterisk-15-current.tar.gz \

The two files git clone your repo

Thanks

You can view, comment on, or merge this pull request online at:

https://github.com/flaviostutz/freepbx/pull/11

Commit Summary

Update Dockerfile File Changes

M Dockerfile (29) Patch Links:

https://github.com/flaviostutz/freepbx/pull/11.patch https://github.com/flaviostutz/freepbx/pull/11.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

doc2354j commented 5 years ago

Hello I just wanted to let you know the Docker file needed updating again I am adding the updated code here please let me know if there are any questions .

&& wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15.7.3.tar.gz \ && tar xfz asterisk-15.7.3.tar.gz \ && rm -f asterisk-15.7.3.tar.gz \

flaviostutz commented 5 years ago

Fixing this in another commit. Thanks