Added Postgres support

Now its possible to use a Postgres container as database backend.
This commit is contained in:
Marvin Steadfast
2016-04-25 12:15:07 +02:00
parent 4cd689a11c
commit 06af340123
3 changed files with 49 additions and 10 deletions

View File

@ -31,12 +31,14 @@ RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/
php7-mbstring@testing \
php7-openssl@testing \
php7-pdo_mysql@testing \
php7-pdo_pgsql@testing \
php7-pdo_sqlite@testing \
php7-phar@testing \
php7-session@testing \
php7-xml@testing \
php7@testing\
py-mysqldb \
py-psycopg2 \
py-simplejson \
s6 \
&& rm -rf /var/cache/apk/*