Skip to content

Commit

Permalink
Update to Drupal 8.5 release #42
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Mar 29, 2018
2 parents 17cd918 + 5b8a002 commit 99fbe2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM drupal:8.5-rc-apache
FROM drupal:8.5-apache

RUN apt-get update

Expand All @@ -25,8 +25,7 @@ COPY install-composer.sh /usr/local/bin/
RUN install-composer.sh

# Install Robo CI.
# @TODO replace the following URL by http://robo.li/robo.phar when the Robo team fixes it.
RUN wget https://github.com/consolidation/Robo/releases/download/1.2.1/robo.phar
RUN wget https://robo.li/robo.phar
RUN chmod +x robo.phar && mv robo.phar /usr/local/bin/robo

# php-dom and bcmath dependencies
Expand Down

0 comments on commit 99fbe2e

Please sign in to comment.