From b2e1b8e2a37db419ae1244b9f63456b86f666ffe Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 12 Nov 2014 09:54:38 -0700 Subject: [PATCH] Add back make (which we somehow missed) --- 5.4/Dockerfile | 2 +- 5.4/apache/Dockerfile | 2 +- 5.5/Dockerfile | 2 +- 5.5/apache/Dockerfile | 2 +- 5.6/Dockerfile | 2 +- 5.6/apache/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/5.4/Dockerfile b/5.4/Dockerfile index 1625e3f3..0babd4db 100644 --- a/5.4/Dockerfile +++ b/5.4/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d diff --git a/5.4/apache/Dockerfile b/5.4/apache/Dockerfile index 3b88c227..c33b1010 100644 --- a/5.4/apache/Dockerfile +++ b/5.4/apache/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d diff --git a/5.5/Dockerfile b/5.5/Dockerfile index 43888454..715a7e5b 100644 --- a/5.5/Dockerfile +++ b/5.5/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d diff --git a/5.5/apache/Dockerfile b/5.5/apache/Dockerfile index 1aa4e8f4..07262d9e 100644 --- a/5.5/apache/Dockerfile +++ b/5.5/apache/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 7a660e26..8b8ad298 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d diff --git a/5.6/apache/Dockerfile b/5.6/apache/Dockerfile index 8a21997e..1e44ac67 100644 --- a/5.6/apache/Dockerfile +++ b/5.6/apache/Dockerfile @@ -4,7 +4,7 @@ FROM debian:jessie RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/* # phpize deps -RUN apt-get update && apt-get install -y autoconf gcc pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/* ENV PHP_INI_DIR /usr/local/etc/php RUN mkdir -p $PHP_INI_DIR/conf.d