[READ-ONLY] Mirror of https://github.com/jphastings/ColourFul. Turning text into coloured blocks simple enough they can be converted back by hand.
byjp php
0

Configure Feed

Select the types of activity you want to include in your feed.

ColourFul / Dockerfile
198 B 7 lines
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