Created
March 20, 2016 02:49
-
-
Save tanishiking/c041628a618074dc31d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:14.04 | |
RUN apt-get update | |
RUN apt-get install -y software-properties-common | |
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 | |
RUN add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main" | |
RUN apt-get update | |
RUN apt-get install -y hhvm | |
RUN hhvm --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment