Skip to content

Instantly share code, notes, and snippets.

@tanishiking
Created March 20, 2016 02:49
Show Gist options
  • Save tanishiking/c041628a618074dc31d1 to your computer and use it in GitHub Desktop.
Save tanishiking/c041628a618074dc31d1 to your computer and use it in GitHub Desktop.
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