We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef193d commit 16a1041Copy full SHA for 16a1041
1 file changed
workspace/Dockerfile
@@ -37,8 +37,7 @@ RUN curl -s http://getcomposer.org/installer | php \
37
&& alias composer='/usr/local/bin/composer.phar'
38
39
# Clean up
40
-RUN apt-get clean \
41
- && rm -r /var/lib/apt/lists/*
+RUN apt-get autoclean && apt-get clean \
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
42
43
WORKDIR /var/www/laravel
44
-
0 commit comments