Maybe it will work now?
This commit is contained in:
parent
c19febb1a9
commit
b46be8b7fd
@ -7,13 +7,13 @@ set -xe
|
|||||||
|
|
||||||
# Install git (the php image doesn't have it) which is required by composer
|
# Install git (the php image doesn't have it) which is required by composer
|
||||||
echo -e 'http://dl-cdn.alpinelinux.org/alpine/edge/main\nhttp://dl-cdn.alpinelinux.org/alpine/edge/community\nhttp://dl-cdn.alpinelinux.org/alpine/edge/testing' > /etc/apk/repositories
|
echo -e 'http://dl-cdn.alpinelinux.org/alpine/edge/main\nhttp://dl-cdn.alpinelinux.org/alpine/edge/community\nhttp://dl-cdn.alpinelinux.org/alpine/edge/testing' > /etc/apk/repositories
|
||||||
apk upgrade --update && apk add --no-cache \
|
apk upgrade --update --no-cache \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
automake \
|
automake \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
libmemcached
|
libmemcached-dev
|
||||||
|
|
||||||
docker-php-source extract
|
docker-php-source extract
|
||||||
pecl install apcu-5.1.8
|
pecl install apcu-5.1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user