Skip to content

Commit 16a1041

Browse files
committed
clean the workspace container
1 parent 5ef193d commit 16a1041

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

workspace/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ RUN curl -s http://getcomposer.org/installer | php \
3737
&& alias composer='/usr/local/bin/composer.phar'
3838

3939
# Clean up
40-
RUN apt-get clean \
41-
&& rm -r /var/lib/apt/lists/*
40+
RUN apt-get autoclean && apt-get clean \
41+
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4242

4343
WORKDIR /var/www/laravel
44-

0 commit comments

Comments
 (0)