FROM node:10-slim RUN apt update && apt -y upgrade && apt -y install apache2 libapache2-mod-php7.0 php7.0 && apt clean WORKDIR /var/www/html