File tree Expand file tree Collapse file tree 9 files changed +54
-9
lines changed Expand file tree Collapse file tree 9 files changed +54
-9
lines changed Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -21,7 +21,10 @@ RUN buildDeps=" \
21
21
$PHP_EXTRA_BUILD_DEPS \
22
22
bzip2 \
23
23
libcurl4-openssl-dev \
24
+ libpcre3-dev \
24
25
libreadline6-dev \
26
+ librecode-dev \
27
+ libsqlite3-dev \
25
28
libssl-dev \
26
29
libxml2-dev \
27
30
" \
@@ -42,7 +45,9 @@ RUN buildDeps=" \
42
45
--enable-mysqlnd \
43
46
--with-curl \
44
47
--with-openssl \
48
+ --with-pcre \
45
49
--with-readline \
50
+ --with-recode \
46
51
--with-zlib \
47
52
&& make -j"$(nproc)" \
48
53
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -34,7 +34,10 @@ RUN buildDeps=" \
34
34
$PHP_EXTRA_BUILD_DEPS \
35
35
bzip2 \
36
36
libcurl4-openssl-dev \
37
+ libpcre3-dev \
37
38
libreadline6-dev \
39
+ librecode-dev \
40
+ libsqlite3-dev \
38
41
libssl-dev \
39
42
libxml2-dev \
40
43
" \
@@ -55,7 +58,9 @@ RUN buildDeps=" \
55
58
--enable-mysqlnd \
56
59
--with-curl \
57
60
--with-openssl \
61
+ --with-pcre \
58
62
--with-readline \
63
+ --with-recode \
59
64
--with-zlib \
60
65
&& make -j"$(nproc)" \
61
66
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -22,7 +22,10 @@ RUN buildDeps=" \
22
22
$PHP_EXTRA_BUILD_DEPS \
23
23
bzip2 \
24
24
libcurl4-openssl-dev \
25
+ libpcre3-dev \
25
26
libreadline6-dev \
27
+ librecode-dev \
28
+ libsqlite3-dev \
26
29
libssl-dev \
27
30
libxml2-dev \
28
31
" \
@@ -43,7 +46,9 @@ RUN buildDeps=" \
43
46
--enable-mysqlnd \
44
47
--with-curl \
45
48
--with-openssl \
49
+ --with-pcre \
46
50
--with-readline \
51
+ --with-recode \
47
52
--with-zlib \
48
53
&& make -j"$(nproc)" \
49
54
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -21,7 +21,10 @@ RUN buildDeps=" \
21
21
$PHP_EXTRA_BUILD_DEPS \
22
22
bzip2 \
23
23
libcurl4-openssl-dev \
24
+ libpcre3-dev \
24
25
libreadline6-dev \
26
+ librecode-dev \
27
+ libsqlite3-dev \
25
28
libssl-dev \
26
29
libxml2-dev \
27
30
" \
@@ -42,7 +45,9 @@ RUN buildDeps=" \
42
45
--enable-mysqlnd \
43
46
--with-curl \
44
47
--with-openssl \
48
+ --with-pcre \
45
49
--with-readline \
50
+ --with-recode \
46
51
--with-zlib \
47
52
&& make -j"$(nproc)" \
48
53
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -34,7 +34,10 @@ RUN buildDeps=" \
34
34
$PHP_EXTRA_BUILD_DEPS \
35
35
bzip2 \
36
36
libcurl4-openssl-dev \
37
+ libpcre3-dev \
37
38
libreadline6-dev \
39
+ librecode-dev \
40
+ libsqlite3-dev \
38
41
libssl-dev \
39
42
libxml2-dev \
40
43
" \
@@ -55,7 +58,9 @@ RUN buildDeps=" \
55
58
--enable-mysqlnd \
56
59
--with-curl \
57
60
--with-openssl \
61
+ --with-pcre \
58
62
--with-readline \
63
+ --with-recode \
59
64
--with-zlib \
60
65
&& make -j"$(nproc)" \
61
66
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -22,7 +22,10 @@ RUN buildDeps=" \
22
22
$PHP_EXTRA_BUILD_DEPS \
23
23
bzip2 \
24
24
libcurl4-openssl-dev \
25
+ libpcre3-dev \
25
26
libreadline6-dev \
27
+ librecode-dev \
28
+ libsqlite3-dev \
26
29
libssl-dev \
27
30
libxml2-dev \
28
31
" \
@@ -43,7 +46,9 @@ RUN buildDeps=" \
43
46
--enable-mysqlnd \
44
47
--with-curl \
45
48
--with-openssl \
49
+ --with-pcre \
46
50
--with-readline \
51
+ --with-recode \
47
52
--with-zlib \
48
53
&& make -j"$(nproc)" \
49
54
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -21,7 +21,10 @@ RUN buildDeps=" \
21
21
$PHP_EXTRA_BUILD_DEPS \
22
22
bzip2 \
23
23
libcurl4-openssl-dev \
24
+ libpcre3-dev \
24
25
libreadline6-dev \
26
+ librecode-dev \
27
+ libsqlite3-dev \
25
28
libssl-dev \
26
29
libxml2-dev \
27
30
" \
@@ -42,7 +45,9 @@ RUN buildDeps=" \
42
45
--enable-mysqlnd \
43
46
--with-curl \
44
47
--with-openssl \
48
+ --with-pcre \
45
49
--with-readline \
50
+ --with-recode \
46
51
--with-zlib \
47
52
&& make -j"$(nproc)" \
48
53
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -34,7 +34,10 @@ RUN buildDeps=" \
34
34
$PHP_EXTRA_BUILD_DEPS \
35
35
bzip2 \
36
36
libcurl4-openssl-dev \
37
+ libpcre3-dev \
37
38
libreadline6-dev \
39
+ librecode-dev \
40
+ libsqlite3-dev \
38
41
libssl-dev \
39
42
libxml2-dev \
40
43
" \
@@ -55,7 +58,9 @@ RUN buildDeps=" \
55
58
--enable-mysqlnd \
56
59
--with-curl \
57
60
--with-openssl \
61
+ --with-pcre \
58
62
--with-readline \
63
+ --with-recode \
59
64
--with-zlib \
60
65
&& make -j"$(nproc)" \
61
66
&& make install \
Original file line number Diff line number Diff line change 1
1
FROM debian:jessie
2
2
3
3
# persistent / runtime deps
4
- RUN apt-get update && apt-get install -y ca-certificates curl libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
4
+ RUN apt-get update && apt-get install -y ca-certificates curl libpcre3 librecode0 libsqlite3-0 libxml2 --no-install-recommends && rm -r /var/lib/apt/lists/*
5
5
6
6
# phpize deps
7
7
RUN apt-get update && apt-get install -y autoconf file gcc libc-dev make pkg-config re2c --no-install-recommends && rm -r /var/lib/apt/lists/*
@@ -22,7 +22,10 @@ RUN buildDeps=" \
22
22
$PHP_EXTRA_BUILD_DEPS \
23
23
bzip2 \
24
24
libcurl4-openssl-dev \
25
+ libpcre3-dev \
25
26
libreadline6-dev \
27
+ librecode-dev \
28
+ libsqlite3-dev \
26
29
libssl-dev \
27
30
libxml2-dev \
28
31
" \
@@ -43,7 +46,9 @@ RUN buildDeps=" \
43
46
--enable-mysqlnd \
44
47
--with-curl \
45
48
--with-openssl \
49
+ --with-pcre \
46
50
--with-readline \
51
+ --with-recode \
47
52
--with-zlib \
48
53
&& make -j"$(nproc)" \
49
54
&& make install \
You can’t perform that action at this time.
0 commit comments