RobLoach / drush-docker

:whale: Docker Container to run Drush
http://registry.hub.docker.com/u/drush/drush
Other
19 stars 19 forks source link

Unzip is missing which causes failure when downloading a zip package using Drush make #7

Closed elmertoft closed 8 years ago

elmertoft commented 8 years ago

Tested on drush/drush:6

Steps to reproduce:

libraries[ckeditor][download][type] = "get"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.0.3/ckeditor_4.0.3_standard.zip"
libraries[ckeditor][directory_name] = "ckeditor"
libraries[ckeditor][destination] = "libraries"
Unable to unzip                                                          [error]

Proposed solution