Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
d5e65288
Verified
Commit
d5e65288
authored
5 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
test for ci
parent
ec2f6081
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/docker_install_php.sh
+2
-2
2 additions, 2 deletions
ci/docker_install_php.sh
with
2 additions
and
2 deletions
ci/docker_install_php.sh
+
2
−
2
View file @
d5e65288
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
set
-xe
set
-xe
apt-get
install
-y
libpq-dev libxml2-dev libxslt1-dev libpng-dev
\
apt-get
install
-y
libpq-dev libxml2-dev libxslt1-dev libpng-dev
\
&&
docker-php-ext-configure pgsql
-with-pgsql
=
/usr/local/pgsql
\
&&
docker-php-ext-configure
pdo_
pgsql
-
-with-pgsql
\
&&
docker-php-ext-install pdo_pgsql
pgsql
xsl
\
&&
docker-php-ext-install pdo_pgsql xsl
\
&&
pecl
install
xdebug-2.7.0RC2
\
&&
pecl
install
xdebug-2.7.0RC2
\
&&
docker-php-ext-enable xdebug
\
&&
docker-php-ext-enable xdebug
\
&&
docker-php-ext-install gd
&&
docker-php-ext-install gd
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