Skip to content

Instantly share code, notes, and snippets.

@outrunthewolf
Created December 18, 2013 08:21
Show Gist options
  • Save outrunthewolf/8018964 to your computer and use it in GitHub Desktop.
Save outrunthewolf/8018964 to your computer and use it in GitHub Desktop.
Install Composer with Dockerfile
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment