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 11a2d31 commit a3637c2Copy full SHA for a3637c2
Dockerfile
@@ -1,9 +1,7 @@
1
FROM ubuntu:latest
2
3
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
+RUN apt-get install -y libkrb5-dev libc-client-dev 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
0 commit comments