We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63acff commit 4430492Copy full SHA for 4430492
Dockerfile
@@ -277,6 +277,8 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
277
&& curl https://drupalconsole.com/installer -L -o drupal.phar \
278
&& chmod +x drupal.phar \
279
&& mv drupal.phar /usr/local/bin/drupal
280
+# Get java for Behat/selenium/chromedriver tests
281
+RUN apk add --no-cache openjdk8-jre
282
283
# Add Scripts
284
ADD scripts/start.sh /start.sh
0 commit comments