Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 1a8042191f - Show all commits

View File

@ -6,7 +6,10 @@
set -xe
# 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 \
git \
libxslt-dev \