Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dolibarr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
NoCloud
docker
Dolibarr
Commits
2d919859
Verified
Commit
2d919859
authored
Jul 19, 2021
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Install soap and composer
parent
2db592d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+6
-0
6 additions, 0 deletions
docker/Dockerfile
shared.yml
+1
-1
1 addition, 1 deletion
shared.yml
with
7 additions
and
1 deletion
docker/Dockerfile
+
6
−
0
View file @
2d919859
...
@@ -27,6 +27,7 @@ RUN apt-get install -y \
...
@@ -27,6 +27,7 @@ RUN apt-get install -y \
php-mbstring
\
php-mbstring
\
php-mysqli
\
php-mysqli
\
php-pdo-mysql
\
php-pdo-mysql
\
php-soap
\
php-tokenizer
\
php-tokenizer
\
php-xdebug
\
php-xdebug
\
php-xml
\
php-xml
\
...
@@ -50,6 +51,11 @@ RUN a2enmod proxy
...
@@ -50,6 +51,11 @@ RUN a2enmod proxy
RUN
a2enmod proxy_fcgi
RUN
a2enmod proxy_fcgi
#RUN a2enmod calendar
#RUN a2enmod calendar
# Install composer
COPY
install_composer.sh /bin
RUN
/bin/install_composer.sh
RUN
mv
/usr/local/bin/composer.phar /usr/local/bin/composer
WORKDIR
/var/www/
WORKDIR
/var/www/
RUN
mkdir
/var/www/custom
RUN
mkdir
/var/www/custom
COPY
entrypoint.sh /
COPY
entrypoint.sh /
...
...
This diff is collapsed.
Click to expand it.
shared.yml
+
1
−
1
View file @
2d919859
...
@@ -7,5 +7,5 @@ services:
...
@@ -7,5 +7,5 @@ services:
-
dolibarr_shared
-
dolibarr_shared
networks
:
networks
:
dolibar_shared
:
dolibar
r
_shared
:
external
:
true
external
:
true
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