Skip to content

Commit

Permalink
# Error: configure: error: freetype-config not found.
Browse files Browse the repository at this point in the history
# Fix: apt-get install libfreetype6-dev
# Ref: https://jcutrer.com/linux/how-to-compile-php7-on-ubuntu-14-04
  • Loading branch information
smurtazakazmi committed Jul 22, 2019
1 parent 20f6423 commit 30f3dea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile-71-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ RUN apt-get update && \
libmcrypt-dev \
&& rm -rf /var/lib/apt/lists/*

# Error: configure: error: freetype-config not found.
# Fix: apt-get install libfreetype6-dev
# Ref: https://jcutrer.com/linux/how-to-compile-php7-on-ubuntu-14-04
RUN apt-get install libfreetype6-dev

# Install the PHP mcrypt extention
RUN docker-php-ext-install mcrypt \
# Install the PHP pdo_mysql extention
Expand Down

0 comments on commit 30f3dea

Please sign in to comment.