aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/php_deps.include
blob: da071e23ba4daff5320a1e4f7cc6aa8a7e39c556 (plain)
1
2
3
4
5
6
7
#=================
# PHP dependencies

# Install dependencies

RUN apt-get update && apt-get install -y ${'\\'}
    git php5 php5-dev phpunit unzip