Run update.sh
This commit is contained in:
parent
2b113e8201
commit
813ecb9516
|
|
@ -237,7 +237,7 @@ RUN curl -fsSL 'https://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.
|
||||||
&& rm -r /tmp/xcache
|
&& rm -r /tmp/xcache
|
||||||
```
|
```
|
||||||
|
|
||||||
#### "`E: Package 'php-XXX' has no installation candidate"`"
|
#### "`E: Package 'php-XXX' has no installation candidate`"
|
||||||
|
|
||||||
As of [docker-library/php#542](https://github.com/docker-library/php/pull/542), this image blocks the installation of Debian's PHP packages. There is some additional discussion of this change in [docker-library/php#551 (comment)](https://github.com/docker-library/php/issues/551#issuecomment-354849074), but the gist is that installing Debian's PHP packages in this image leads to two conflicting installations of PHP in a single image, which is almost certainly not the intended outcome.
|
As of [docker-library/php#542](https://github.com/docker-library/php/pull/542), this image blocks the installation of Debian's PHP packages. There is some additional discussion of this change in [docker-library/php#551 (comment)](https://github.com/docker-library/php/issues/551#issuecomment-354849074), but the gist is that installing Debian's PHP packages in this image leads to two conflicting installations of PHP in a single image, which is almost certainly not the intended outcome.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue