We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e387570 + 9322e10 commit 8bc5e78Copy full SHA for 8bc5e78
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ RUN npm install -g gulp-cli
4
5
FROM php:7.1-cli
6
7
-RUN apt-get update && apt-get install -y curl git subversion openssl zlib1g-dev \
+RUN apt-get update && apt-get install -y curl git subversion openssl zlib1g-dev php7.1-gd \
8
&& echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments