summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 9fb29196e5111f18f026bea1a1eaafd3f61775e5 (plain)
1
2
3
4
FROM tutum/apache-php
RUN apt-get update && apt-get install -yq git && rm -rf /var/lib/apt/lists/*
RUN rm -fr /app
ADD . /app