Skip to content

Commit

Permalink
Adding java for Behat/selenium/chromedriver tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdimaggio committed Mar 6, 2018
1 parent d63acff commit 4430492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
&& curl https://drupalconsole.com/installer -L -o drupal.phar \
&& chmod +x drupal.phar \
&& mv drupal.phar /usr/local/bin/drupal
# Get java for Behat/selenium/chromedriver tests
RUN apk add --no-cache openjdk8-jre

# Add Scripts
ADD scripts/start.sh /start.sh
Expand Down

0 comments on commit 4430492

Please sign in to comment.