apt-get clean everywhere.

This commit is contained in:
Praneeth Bodduluri 2014-09-22 15:08:19 +02:00 committed by Pablo Carranza Vélez
parent c6a804e0cf
commit 05a3cba65f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
FROM resin/supervisor-base:latest
ADD . /app
RUN /build/builder
RUN apt-get clean

View File

@ -12,4 +12,7 @@ RUN rm -rf node_modules
RUN npm install --unsafe-perm --production
RUN ln -sf /app/entry.sh /start
RUN apt-get clean
CMD ["/app/entry.sh"]