clean the workspace container

This commit is contained in:
Mahmoud Zalt 2016-05-18 07:53:14 +03:00
parent 5ef193d55b
commit 16a1041ef5
1 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ RUN curl -s http://getcomposer.org/installer | php \
&& alias composer='/usr/local/bin/composer.phar'
# Clean up
RUN apt-get clean \
&& rm -r /var/lib/apt/lists/*
RUN apt-get autoclean && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /var/www/laravel