-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I have a dockerfile that is using this baseImage: https://github.com/docker-library/php/blob/6677546d599d3980781b520f84d03ecaad291dd1/5.6/jessie/apache/Dockerfile
Last time I built an image was 2 or 3 weeks ago. It was working good.
Today I've try to build again but I just got some erros.
Basically 'has no installation candidate' for almost all modules I was using. Here is an example:
Step 9/177 : RUN apt-get install -y php5-common
---> Running in 8eb9555275bc
Reading package lists...
Building dependency tree...
Reading state information...
Package php5-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5-common' has no installation candidate
The command '/bin/sh -c apt-get install -y php5-common' returned a non-zero code: 100
I see that some changes have been made in the last 2 weeks and that could be the origin of the issue.
https://github.com/docker-library/php/commits/6677546d599d3980781b520f84d03ecaad291dd1/5.6/jessie/apache/Dockerfile
How can I get the old version back?
thanks
Metadata
Metadata
Assignees
Labels
No labels