remove the Laravel installer from the workspace container

This commit is contained in:
Mahmoud Zalt
2016-05-23 23:32:59 +03:00
parent 11a13a0c33
commit adaaa25f47
2 changed files with 5 additions and 13 deletions

View File

@ -62,10 +62,6 @@ RUN curl -s http://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/ \
&& echo "alias composer='/usr/local/bin/composer.phar'" >> ~/.bashrc
# Install the Laravel Installer
RUN composer.phar global require "laravel/installer" \
&& echo "export PATH='~/.composer/vendor/bin:$PATH'" >> ~/.bashrc
# Source the bash
RUN . ~/.bashrc