Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
6fe902d1
Commit
6fe902d1
authored
8 years ago
by
François Koessler
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
Add missing backslash otherwise image won't build
parent
39bc7890
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
6fe902d1
...
@@ -3,7 +3,7 @@ FROM php:5.6-apache
...
@@ -3,7 +3,7 @@ FROM php:5.6-apache
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev libldap2-dev
\
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev libldap2-dev
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
&&
docker-php-ext-install gd
&&
docker-php-ext-install gd
\
&&
docker-php-ext-configure ldap
--with-libdir
=
lib/x86_64-linux-gnu/
\
&&
docker-php-ext-configure ldap
--with-libdir
=
lib/x86_64-linux-gnu/
\
&&
docker-php-ext-install ldap
\
&&
docker-php-ext-install ldap
\
&&
docker-php-ext-install mysqli
\
&&
docker-php-ext-install mysqli
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment