Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

PEAR tmp fix breaks the builds of Alpine-based images #113

Closed
EvgenyOrekhov opened this issue Oct 28, 2016 · 1 comment
Closed

PEAR tmp fix breaks the builds of Alpine-based images #113

EvgenyOrekhov opened this issue Oct 28, 2016 · 1 comment

Comments

@EvgenyOrekhov
Copy link

# PEAR tmp fix
RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
apk add --update php7-pear@testing && \
rm -rf /var/cache/apk/*

Example of a failed build: #112

@EvgenyOrekhov
Copy link
Author

php7-pear is in the "community" repo, not "testing": http://pkgs.alpinelinux.org/package/edge/community/x86_64/php7-pear

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants