Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed May 23, 2018
1 parent cb47d45 commit 942b74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies:
cache_directories:
- ~/docker
override:
# Next line is required to add dev dependencies to Dockerfile image without polluting the production release
- echo -e 'RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd' >> Dockerfile
- docker build --rm=false -t gush .
test:
override:
Expand Down

0 comments on commit 942b74a

Please sign in to comment.