Skip to content

Commit 8bc5e78

Browse files
authored
Merge pull request #1 from fosterinteractive/FI-8
Installing php7.1-gd.
2 parents e387570 + 9322e10 commit 8bc5e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN npm install -g gulp-cli
44

55
FROM php:7.1-cli
66

7-
RUN apt-get update && apt-get install -y curl git subversion openssl zlib1g-dev \
7+
RUN apt-get update && apt-get install -y curl git subversion openssl zlib1g-dev php7.1-gd \
88
&& echo "export PATH=~/.composer/vendor/bin:\$PATH" >> ~/.bash_profile \
99
&& rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)