Skip to content

Commit

Permalink
Merge pull request martin-helmich#7 from martin-helmich/bugfix/graphi…
Browse files Browse the repository at this point in the history
…csmagick

Install Graphicsmagick in images
  • Loading branch information
martin-helmich authored Jan 30, 2017
2 parents a6c83da + 1669c89 commit 87a78d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 6.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
docker-php-ext-install -j$(nproc) mysqli soap gd zip
RUN echo 'always_populate_raw_post_data = -1\nmax_execution_time = 240\nmax_input_vars = 1500\nupload_max_filesize = 32M\npost_max_size = 32M' > /usr/local/etc/php/conf.d/typo3.ini

# Install required 3rd party tools
RUN apt-get install graphicsmagick

# Configure Apache as needed
RUN a2enmod rewrite

Expand Down
3 changes: 3 additions & 0 deletions 7.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
docker-php-ext-install -j$(nproc) mysqli soap gd zip
RUN echo 'always_populate_raw_post_data = -1\nmax_execution_time = 240\nmax_input_vars = 1500\nupload_max_filesize = 32M\npost_max_size = 32M' > /usr/local/etc/php/conf.d/typo3.ini

# Install required 3rd party tools
RUN apt-get install graphicsmagick

# Configure Apache as needed
RUN a2enmod rewrite

Expand Down
3 changes: 3 additions & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
docker-php-ext-install -j$(nproc) mysqli soap gd zip
RUN echo 'always_populate_raw_post_data = -1\nmax_execution_time = 240\nmax_input_vars = 1500\nupload_max_filesize = 32M\npost_max_size = 32M' > /usr/local/etc/php/conf.d/typo3.ini

# Install required 3rd party tools
RUN apt-get install graphicsmagick

# Configure Apache as needed
RUN a2enmod rewrite

Expand Down

0 comments on commit 87a78d3

Please sign in to comment.