Last active
December 15, 2015 23:19
-
-
Save ramsey/04cb15ff955d54484980 to your computer and use it in GitHub Desktop.
benramsey/ramsey-uuid:x86_64-trusty-php-hhvm
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 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