Closed rakshazi closed 6 years ago
Yes, just set this value in your Dockerfile :
ENV PEAR_PACKAGES foo
@JulienBreux problem still same: https://hub.docker.com/r/tico/phpunit/builds/bvtwn3evtvgy3izlbnnmf8e/ :(
I'm seeing the same issue. Any update on this?
Hello Any update on this?
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
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?