Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EventsAPI
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
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
jards
EventsAPI
Commits
51e3e161
Commit
51e3e161
authored
7 years ago
by
Carsten Karbach
Browse files
Options
Downloads
Patches
Plain Diff
Add git and php-xml extension to environment
parent
cec5d91b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
configs/mail.cnf
+14
-14
14 additions, 14 deletions
configs/mail.cnf
with
16 additions
and
16 deletions
Dockerfile
+
2
−
2
View file @
51e3e161
...
@@ -19,9 +19,9 @@ WORKDIR /root
...
@@ -19,9 +19,9 @@ WORKDIR /root
ENV
DEBIAN_FRONTEND noninteractive
ENV
DEBIAN_FRONTEND noninteractive
# Install php
# Install php
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
curl zip unzip php libapache2-mod-php
\
apt-get
install
-y
curl zip unzip php libapache2-mod-php
git
\
php-fpm php-cli php-mysqlnd php-pgsql php-sqlite3 php-redis
\
php-fpm php-cli php-mysqlnd php-pgsql php-sqlite3 php-redis
\
php-apcu php-intl php-imagick php-mcrypt php-json php-gd php-curl php-mbstring
&&
\
php-apcu php-intl php-imagick php-mcrypt php-json php-gd php-curl php-mbstring
php-xml
&&
\
phpenmod mcrypt
&&
\
phpenmod mcrypt
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
...
...
This diff is collapsed.
Click to expand it.
configs/mail.cnf
+
14
−
14
View file @
51e3e161
...
@@ -3,21 +3,21 @@
...
@@ -3,21 +3,21 @@
;
;
; GMail example
; GMail example
;
Host = "smtp.gmail.com"
Host = "smtp.gmail.com"
;
SMTPSecure = "tls"
SMTPSecure = "tls"
;
Port = "587"
Port = "587"
;
verify_peer = true; set to false, if remote certificate cannot be verified
verify_peer = true; set to false, if remote certificate cannot be verified
;
Username = "
testexample
@gmail.com"
Username = "
jardsserver
@gmail.com"
;
Password = "
XXX
"
Password = "
-aaa-bbbxcx
"
;
FROMNAME = "Jards"
FROMNAME = "Jards"
;GMX example
;GMX example
Host = "mail.gmx.net"
;
Host = "mail.gmx.net"
SMTPSecure = "ssl"
;
SMTPSecure = "ssl"
Port = "465"
;
Port = "465"
verify_peer = true
;
verify_peer = true
Username = "testtest@gmx.de"
;
Username = "testtest@gmx.de"
Password = "XXX"
;
Password = "XXX"
FROMNAME = "Jards"
;
FROMNAME = "Jards"
TARGET="carstenkarbach@gmx.de"
TARGET="carstenkarbach@gmx.de"
\ No newline at end of file
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