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.
1 parent 197baf6 commit a6d4d09Copy full SHA for a6d4d09
Dockerfile
@@ -1,13 +1,15 @@
1
FROM ubuntu:latest
2
3
-RUN apt-get update
+RUN apt-get update --fix-missing
4
+RUN apt-get install -y libkrb5-dev
5
+RUN apt-get install -y libc-client-dev
6
RUN apt-get install -y git
7
RUN git clone git://github.com/php-build/php-build /tmp/php-build
8
WORKDIR /tmp/php-build
9
RUN ./install-dependencies.sh
10
RUN ./install.sh
11
# Latest stable and latest snapshot versions:
-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"
13
RUN php-build 7.4.10 /etc/php/7.4
14
# Other supported:
15
RUN php-build 8.0snapshot /etc/php/8.0
0 commit comments