We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca40a44 commit 6a219e1Copy full SHA for 6a219e1
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:8.4.12 && \
55
cd /root/.composer && \
56
find . | grep .git | xargs rm -rf && \
57
composer clearcache
0 commit comments