Closed yn5 closed 8 years ago
@yn5, Thank you for your suggestion. Sorry for the delay to respond, I was on vacation.
I need to change https://craftcms.com/latest.zip?accept_license=yes
to https://craftcms.com/latest.tar.gz?accept_license=yes
and change unzip
to tar -vzxf
.
Once I have a little time, I will make this change.
@gabrielmoreira Thanks for your response, would be great to have this fixed, I seem to have a hard time finding a decent Craft CMS Docker image.
@yn5 Can you upgrade craftman to latest version and try again?
Just run craftman --upgrade
@gabrielmoreira Yes this seems to have fixed that particular problem, thanks!
Running
craftman --port 8080 install
I get the following error:line 389: unzip: command not found
. (Running Ubuntu 14.04.3)