Select the types of activity you want to include in your feed.
1FROM php:5.6-apache 2COPY . /var/www/html/ 3RUN apt-get update && apt-get install -y \ 4 libfreetype6-dev \ 5 libjpeg62-turbo-dev \ 6 libpng12-dev \ 7 && docker-php-ext-install gd