Skip to content

Commit a6d4d09

Browse files
author
Greg Bowler
committed
Add config options
1 parent 197baf6 commit a6d4d09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
FROM ubuntu:latest
22

3-
RUN apt-get update
3+
RUN apt-get update --fix-missing
4+
RUN apt-get install -y libkrb5-dev
5+
RUN apt-get install -y libc-client-dev
46
RUN apt-get install -y git
57
RUN git clone git://github.com/php-build/php-build /tmp/php-build
68
WORKDIR /tmp/php-build
79
RUN ./install-dependencies.sh
810
RUN ./install.sh
911
# Latest stable and latest snapshot versions:
10-
ENV PHP_BUILD_CONFIGURE_OPTS="--with-libxml"
12+
ENV PHP_BUILD_CONFIGURE_OPTS="--with-libxml --with-curl --with-zip --with-mysqli --with-pdo-mysql --enable-bcmath --enable-gd --enable-intl --enable-mbstring"
1113
RUN php-build 7.4.10 /etc/php/7.4
1214
# Other supported:
1315
RUN php-build 8.0snapshot /etc/php/8.0

0 commit comments

Comments
 (0)