We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0df6aa + f2dcfbb commit 8f53dd5Copy full SHA for 8f53dd5
src/main/php/xp/lambda/Dockerfile.runtime
@@ -13,6 +13,7 @@ RUN yum clean all && yum install -y \
13
make \
14
re2c \
15
openssl-devel \
16
+ libxml2-devel \
17
tar \
18
zip \
19
bison-3.0.4-2.el7.x86_64.rpm
@@ -22,16 +23,11 @@ RUN curl -L https://github.com/php/php-src/archive/php-${php_version}.tar.gz | t
22
23
24
RUN cd php-src-php-${php_version} && ./buildconf --force && ./configure \
25
--prefix=/opt/php/ \
- --without-libxml \
26
--without-sqlite3 \
27
--with-openssl \
28
--enable-bcmath \
29
- --disable-pdo \
30
- --disable-dom \
31
--disable-simplexml \
32
- --disable-xml \
33
- --disable-xmlreader \
34
- --disable-xmlwriter && \
+ --disable-pdo && \
35
make -j $(nproc) all install
36
37
# Create XP Bootstrap
0 commit comments