We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8a1c commit abb95aeCopy full SHA for abb95ae
1 file changed
Dockerfile
@@ -51,7 +51,6 @@ RUN \
51
52
RUN \
53
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
54
- composer global require drush/drush && \
55
cd /root/.composer && \
56
find . | grep .git | xargs rm -rf && \
57
composer clearcache
0 commit comments