JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

ONBUILD step broken #77

Closed rakshazi closed 6 years ago

rakshazi commented 6 years ago

Hello! We use your docker image (btw, great work :+1:) as base image to add required for us packages, but ONBUILD step broke build, here is build log: https://hub.docker.com/r/tico/phpunit/builds/bgevkxsa723buab3rrongcm/

As you can see, we didn't change anything, just add new packages.

Please, tell, how can we fix that problem?

JulienBreux commented 6 years ago

Yes, just set this value in your Dockerfile :

ENV PEAR_PACKAGES foo
rakshazi commented 6 years ago

@JulienBreux problem still same: https://hub.docker.com/r/tico/phpunit/builds/bvtwn3evtvgy3izlbnnmf8e/ :(

millerrs commented 6 years ago

I'm seeing the same issue. Any update on this?

rakshazi commented 6 years ago

Hello Any update on this?

rousku commented 6 years ago

After #83 has been merged and docker images have been updated you need to update your latest phpunit image by running: docker pull phpunit/phpunit:latest