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
d12bf815
Commit
d12bf815
authored
Jan 20, 2015
by
Ernesto Rodriguez Ortiz
Browse files
docker: Remove bin/behat --help, was used to show the proper installation of behat
parent
1d89efac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d12bf815
...
...
@@ -30,7 +30,7 @@ RUN drush dl site_audit -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
RUN
cd
/opt/drupalextension/
&&
composer
install
&&
bin/behat
--help
&&
ln
-s
/opt/drupalextension/bin/behat /usr/local/bin/behat
RUN
cd
/opt/drupalextension/
&&
composer
install
&&
ln
-s
/opt/drupalextension/bin/behat /usr/local/bin/behat
# Make mysql listen on the outside
RUN
sed
-i
"s/^bind-address/#bind-address/"
/etc/mysql/my.cnf
...
...
Write
Preview
Markdown
is supported
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