Skip to content
Snippets Groups Projects
Commit 51e3e161 authored by Carsten Karbach's avatar Carsten Karbach
Browse files

Add git and php-xml extension to environment

parent cec5d91b
No related branches found
No related tags found
No related merge requests found
...@@ -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/*
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment