Version 5.1 - All the GraphQL #32
@ -6,7 +6,10 @@
|
|||||||
set -xe
|
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
|
||||||
apk upgrade --update && apk add \
|
apk upgrade --update && apk add --no-cache \
|
||||||
|
g++ \
|
||||||
|
make \
|
||||||
|
autoconf \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user