FROM actency/docker-apache-php:7.1

RUN echo "" > /root/.bashrc
RUN npm install -g grunt-cli

WORKDIR /var/www/html
