File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:jessie
4
4
RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
- RUN apt-get update && apt-get install -y autoconf gcc make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
7
+ RUN apt-get update && apt-get install -y autoconf gcc libc-dev make pkg-config --no-install-recommends && rm -r /var/lib/apt/lists/*
8
8
9
9
ENV PHP_INI_DIR /usr/local/etc/php
10
10
RUN mkdir -p $PHP_INI_DIR/conf.d
You can’t perform that action at this time.
0 commit comments