Skip to content

Commit 74dbd32

Browse files
committed
Merge branch 'develop'
2 parents b0539f6 + ae0e8f6 commit 74dbd32

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM andrewholgate/drupal-php70:0.4.2
1+
FROM andrewholgate/drupal-php70:0.5.0
22
MAINTAINER Andrew Holgate <[email protected]>
33

44
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
@@ -10,7 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
1010

1111
# XML needed by PHPCodeSniffer 2.3+
1212
# SQLite needed by Phan
13-
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php7.0-xml php7.0-sqlite php-ast
13+
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php-xml php-sqlite3 php-ast
1414

1515
# Install XDebug 2.4.0
1616
RUN wget https://github.com/xdebug/xdebug/archive/XDEBUG_2_4_0.tar.gz && \
@@ -37,7 +37,7 @@ RUN ln -s /var/log/xdebug/xdebug.log /var/www/log/ && \
3737
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install default-jre libfreetype6 libfontconfig
3838

3939
# Install Node 4 LTS (https://nodejs.org/)
40-
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
40+
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
4141
RUN apt-get install -y nodejs
4242
RUN update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
4343

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Dockerised Drupal 8 development environment using PHP 7.0 on Ubuntu 14.04 with HTTP/2. This image is the development companion to the [docker-drupal-php70](https://github.com/andrewholgate/docker-drupal-php70) project.
1+
Dockerised Drupal 8 development environment using PHP 7.0 on Ubuntu 16.04 with HTTP/2. This image is the development companion to the [docker-drupal-php70](https://github.com/andrewholgate/docker-drupal-php70) project.
22

33
# Included Tools
44

host.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ $CONTAINER_NAME) $URL >> /etc/hosts"
1616
echo
1717
echo Login to container: sudo docker exec -it $CONTAINER_NAME su - ubuntu
1818
echo Opening site: xdg-open http://$URL
19-
20-

0 commit comments

Comments
 (0)