Home | History | Annotate | Download | only in dockerfile
      1 #=================
      2 # PHP dependencies
      3 
      4 # Install dependencies
      5 
      6 RUN apt-get update && apt-get install -y ${'\\'}
      7     git php5 php5-dev phpunit unzip
      8