Skip to content

Commit

Permalink
Removed node and grunt stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavenport authored Feb 16, 2018
1 parent 7edd386 commit e064f58
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions images/php/7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ RUN apt-get update && apt-get install -y \
mysql-client \
vim \
zip

RUN apt-get install -y \
git-core \
curl \
build-essential \
openssl \
libssl-dev \
&& git clone https://github.com/nodejs/node.git \
&& cd node \
&& ./configure \
&& make \
&& sudo make install \
&& npm install -g grunt-cli

RUN docker-php-ext-configure \
gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
Expand Down

0 comments on commit e064f58

Please sign in to comment.