Skip to content

Commit

Permalink
Add libfreetype
Browse files Browse the repository at this point in the history
  • Loading branch information
crinis committed Apr 27, 2017
1 parent c381eba commit 15566dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ COPY hlxce.ini /usr/local/etc/php/conf.d/
WORKDIR /var/www/html/

RUN set -x \
&& apt-get update && apt-get -y install mysql-client sed php5-gd freetype* \
&& apt-get update && apt-get -y install mysql-client sed libfreetype6-dev libjpeg62-turbo-dev \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install mysql gd \
&& chmod +x /usr/local/bin/docker-hlxce-entrypoint \
&& curl -L https://bitbucket.org/Maverick_of_UC/hlstatsx-community-edition/downloads/hlxce_${HLXCE_VERSION}.tar.gz -o hlxce.tar.gz \
Expand Down

0 comments on commit 15566dc

Please sign in to comment.