8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
|
#=================
|
||
|
|
# PHP dependencies
|
||
|
|
|
||
|
|
# Install dependencies
|
||
|
|
|
||
|
|
RUN apt-get update && apt-get install -y ${'\\'}
|
||
|
|
git php5 php5-dev phpunit unzip
|