Update Dockerfile

pull/13/head
zzg 2015-06-06 01:12:45 +08:00
parent 7b4de6ce52
commit fec407a934
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM tutum/apache-php
RUN apt-get update && apt-get install -yq git && rm -rf /var/lib/apt/lists/*
RUN rm -rf /var/lib/apt/lists/*
RUN rm -fr /app
ADD . /app
RUN mkdir /data