MilesChou / docker-phalcon

Dockerized Phalcon
https://hub.docker.com/repository/docker/mileschou/phalcon
MIT License
124 stars 41 forks source link

Modify installation of Phalcon DevTools #25

Closed MilesChou closed 6 years ago

fizzka commented 6 years ago

what do you think not to build phalcon-devtools in image, but provide a script, i.e. docker-phalcon-install-devtools which will make this? (I think that devtools not required by default all of users)

MilesChou commented 6 years ago

Oh! Thanks your feedback!

Devtools is not required, I think so, too. But we can provide provide a script, so that all of users can easy to install devtools (like docker-php-install-*), if they want. :)

I will using script instead of sample Dockerfile.

MilesChou commented 6 years ago

Add script first, but I have no idea about copy to every versions/variants yet.

fizzka commented 6 years ago

it needs to alter builder and other Dockerfiles

MilesChou commented 6 years ago

I will fix this issue tonight.

fizzka commented 6 years ago

travis: ERROR: Failed to create usr/libexec/gcc/x86_64-alpine-linux-musl/5.3.0/cc1: No space left on device ERROR: gcc-5.3.0-r0: No space left on device fantastic =)

MilesChou commented 6 years ago

Rebuild and everything is okay, MAGIC!