Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
docker-lampd
Commits
d3aabff1
Commit
d3aabff1
authored
Dec 07, 2015
by
Ernesto Rodriguez Ortiz
Browse files
Remove the module drush registre_rebuild because there are not a version 8.x
parent
842a85de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d3aabff1
...
...
@@ -27,7 +27,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget git mysql-client mysq
RUN
wget http://files.drush.org/drush.phar
&&
chmod
+x drush.phar
&&
mv
drush.phar /usr/local/bin/drush
&&
drush init
RUN
pear channel-discover pear.phpmd.org
&&
pear channel-discover
'pear.pdepend.org'
&&
pear
install
--alldeps
'phpmd/PHP_PMD'
RUN
wget https://phar.phpunit.de/phpcpd.phar
&&
chmod
+x phpcpd.phar
&&
mv
phpcpd.phar /usr/local/bin/phpcpd
RUN
drush dl site_audit
registry_rebuild
-y
RUN
drush dl site_audit
-y
RUN
cd
/root/.drush
&&
git clone https://github.com/sfl-drupal/po-import.git
&&
drush cc drush
RUN
pecl
install
-Z
uploadprogress
&&
echo
"extension=uploadprogress.so"
>>
/etc/php5/apache2/conf.d/uploadprogress.ini
&&
ln
-s
/etc/php5/mods-available/uploadprogress.ini /etc/php5/apache2/conf.d/20-uploadprogress.ini
RUN
curl
-sS
https://getcomposer.org/installer | php
&&
mv
composer.phar /usr/local/bin/composer
&&
mkdir
/opt/drupalextension/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment