Skip to content

Commit a3637c2

Browse files
author
Greg Bowler
committed
Combine installs
1 parent 11a2d31 commit a3637c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM ubuntu:latest
22

33
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
4+
RUN apt-get install -y libkrb5-dev libc-client-dev git
75
RUN git clone git://github.com/php-build/php-build /tmp/php-build
86
WORKDIR /tmp/php-build
97
RUN ./install-dependencies.sh

0 commit comments

Comments
 (0)