Compare commits

..

3 Commits
0.11 ... 0.12

Author SHA1 Message Date
cytopia
e2e2726e66 Merge pull request #16 from devilbox/release-0.12
Release 0.12
2018-04-28 12:19:44 +02:00
cytopia
7e35dd8990 Add Release badge 2018-04-28 10:30:12 +02:00
cytopia
25953b844d Fix #15 Add ssh binary 2018-04-28 10:29:56 +02:00
8 changed files with 9 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -71,6 +71,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \

View File

@@ -1,9 +1,10 @@
# PHP-FPM Docker images
[![Build Status](https://travis-ci.org/devilbox/docker-php-fpm.svg?branch=master)](https://travis-ci.org/devilbox/docker-php-fpm)
[![release](https://img.shields.io/github/release/devilbox/docker-php-fpm.svg)](https://github.com/devilbox/docker-php-fpm/releases)
[![Join the chat at https://gitter.im/devilbox/Lobby](https://badges.gitter.im/devilbox/Lobby.svg)](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![](https://images.microbadger.com/badges/license/devilbox/php-fpm.svg)](https://microbadger.com/images/devilbox/php-fpm "php-fpm")
[![Github](https://img.shields.io/badge/github-docker--php--fpm-red.svg)](https://github.com/devilbox/docker-php-fpm)
[![](https://images.microbadger.com/badges/license/devilbox/php-fpm.svg)](https://microbadger.com/images/devilbox/php-fpm "php-fpm")
**[devilbox/docker-php-fpm](https://github.com/devilbox/docker-php-fpm)**

View File

@@ -86,6 +86,7 @@ RUN set -x \
net-tools \
netcat \
nodejs \
openssh-client \
postgresql-client \
python-pip \
redis-tools \