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
c0ea5698
Commit
c0ea5698
authored
Jun 15, 2015
by
Ernesto Rodriguez Ortiz
Browse files
Add registry_rebuild to docker sflinux/baseimage used for Drupal projects.
Refs: #75639
parent
9bf20972
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c0ea5698
...
...
@@ -27,7 +27,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget git mysql-client mysq
RUN
pear channel-discover pear.drush.org
&&
pear
install
drush/drush
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
-y
RUN
drush dl site_audit
registry_rebuild
-y
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/
COPY
composer.json /opt/drupalextension/composer.json
...
...
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