Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
docker
PHP
Commits
c779d1dd
Commit
c779d1dd
authored
Feb 10, 2021
by
Ludwig Ruderstaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gd fix
parent
f32c4362
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
dist/7.4/cli/Dockerfile
dist/7.4/cli/Dockerfile
+1
-0
dist/7.4/fpm/Dockerfile
dist/7.4/fpm/Dockerfile
+1
-0
dist/8.0/cli/Dockerfile
dist/8.0/cli/Dockerfile
+1
-0
dist/8.0/fpm/Dockerfile
dist/8.0/fpm/Dockerfile
+1
-0
templates/Dockerfile-cli.twig
templates/Dockerfile-cli.twig
+1
-0
No files found.
dist/7.4/cli/Dockerfile
View file @
c779d1dd
...
...
@@ -41,6 +41,7 @@ RUN set -xe \
&& echo 'redis' >> /usr/src/php-available-exts \
&& docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg \
&& docker-php-ext-install -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)\
gd \
...
...
dist/7.4/fpm/Dockerfile
View file @
c779d1dd
...
...
@@ -41,6 +41,7 @@ RUN set -xe \
&& echo 'redis' >> /usr/src/php-available-exts \
&& docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg \
&& docker-php-ext-install -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)\
gd \
...
...
dist/8.0/cli/Dockerfile
View file @
c779d1dd
...
...
@@ -41,6 +41,7 @@ RUN set -xe \
&& echo 'redis' >> /usr/src/php-available-exts \
&& docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg \
&& docker-php-ext-install -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)\
gd \
...
...
dist/8.0/fpm/Dockerfile
View file @
c779d1dd
...
...
@@ -41,6 +41,7 @@ RUN set -xe \
&& echo 'redis' >> /usr/src/php-available-exts \
&& docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg \
&& docker-php-ext-install -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)\
gd \
...
...
templates/Dockerfile-cli.twig
View file @
c779d1dd
...
...
@@ -57,6 +57,7 @@ RUN set -xe \
{%
else
%}
&&
docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg \
{%
endif
%}
&&
docker-php-ext-install -j$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment