Skip to content

Commit c6a8500

Browse files
committed
fix install hhvm package cannot be authenticated
1 parent b981168 commit c6a8500

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hhvm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
66

77
RUN apt-get update -y \
8-
&& apt-get install -y software-properties-common \
8+
&& apt-get install -y software-properties-common wget \
9+
&& wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add - \
910
&& add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main" \
1011
&& apt-get update -y \
1112
&& apt-get install -y hhvm \

0 commit comments

Comments
 (0)