formatting and small updates

This commit is contained in:
Mahmoud Zalt
2016-05-17 23:47:26 +03:00
parent e49836ba90
commit 36b49f5ae2
4 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
ADD ./laravel.ini /usr/local/etc/php/conf.d
ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
RUN apt-get update && apt-get install \
libpq-dev -y \
RUN apt-get update && apt-get install -y \
libpq-dev \
libmemcached-dev \
curl