1#=================
2# PHP dependencies
3
4# Install dependencies
5
6RUN apt-get update && apt-get install -y ${'\\'}
7    git php5 php5-dev phpunit unzip
8