Skip to content

Commit

Permalink
Remove Drush status call.
Browse files Browse the repository at this point in the history
  • Loading branch information
wadmiraal committed Mar 7, 2016
1 parent 7c56993 commit 7eaf570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN mv composer.phar /usr/local/bin/composer
# Install Drush 8 (master) as phar.
RUN wget https://files.drush.org/drush.phar
RUN mv drush.phar /usr/local/bin/drush && chmod +x /usr/local/bin/drush
RUN drush status

# Install Drupal Console.
RUN curl https://drupalconsole.com/installer -L -o drupal.phar
Expand Down

0 comments on commit 7eaf570

Please sign in to comment.