Skip to content

Commit 6a219e1

Browse files
committed
refs #45456, move drush installation to container start script
1 parent ca40a44 commit 6a219e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ RUN \
5151

5252
RUN \
5353
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
54-
composer global require drush/drush:8.4.12 && \
5554
cd /root/.composer && \
5655
find . | grep .git | xargs rm -rf && \
5756
composer clearcache

0 commit comments

Comments
 (0)