Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Wordpress Docker
Commits
abfb73fd
Commit
abfb73fd
authored
Jun 13, 2020
by
Michael Iseard
Browse files
Fix indentation
parent
50a815dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/wordpress/Dockerfile
View file @
abfb73fd
...
...
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \
libfreetype6-dev
\
libjpeg62-turbo-dev
\
libpng-dev
\
libxml2-dev
libxml2-dev
RUN
docker-php-ext-configure gd
--with-freetype
=
/usr/include/
--with-jpeg
=
/usr/include/
\
&&
docker-php-ext-install
-j
$(
nproc
)
\
gd
\
...
...
Write
Preview
Supports
Markdown
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