We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b981168 commit c6a8500Copy full SHA for c6a8500
1 file changed
hhvm/Dockerfile
@@ -5,7 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
5
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
6
7
RUN apt-get update -y \
8
- && apt-get install -y software-properties-common \
+ && apt-get install -y software-properties-common wget \
9
+ && wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add - \
10
&& add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main" \
11
&& apt-get update -y \
12
&& apt-get install -y hhvm \
0 commit comments