|
@@ -8,7 +8,9 @@ ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
|
|
|
RUN apt-get update && apt-get install -y \
|
|
|
libpq-dev \
|
|
|
libmemcached-dev \
|
|
|
- curl
|
|
|
+ curl \
|
|
|
+ --no-install-recommends \
|
|
|
+ && rm -r /var/lib/apt/lists/*
|
|
|
|
|
|
# Install extensions using the helper script provided by the base image
|
|
|
RUN docker-php-ext-install \
|