Skip to content

Instantly share code, notes, and snippets.

@ramsey
Last active December 15, 2015 23:19
Show Gist options
  • Select an option

  • Save ramsey/04cb15ff955d54484980 to your computer and use it in GitHub Desktop.

Select an option

Save ramsey/04cb15ff955d54484980 to your computer and use it in GitHub Desktop.
benramsey/ramsey-uuid:x86_64-trusty-php-hhvm
FROM hhvm/hhvm:3.11.0
RUN apt-get -y update && apt-get install -y curl git
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
CMD ['bash', '-i']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment