Maybe it will work now?

This commit is contained in:
Timothy Warren 2017-03-01 10:34:32 -05:00
parent c19febb1a9
commit b46be8b7fd
1 changed files with 2 additions and 2 deletions

View File

@ -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