Fixes #1247 by removing /var/log/fastlog and /var/log/lastlog

This commit is contained in:
Mariano D'Agostino 2017-11-13 13:37:04 -03:00
parent f7ac8cf862
commit 05dd1b0339
3 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,9 @@ FROM laradock/workspace:1.9-56
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
# Remove Faillog and Lastlog to reduce the size of the final image.
RUN rm /var/log/lastlog /var/log/faillog
#
#--------------------------------------------------------------------------
# Mandatory Software's Installation

View File

@ -16,6 +16,9 @@ FROM laradock/workspace:1.9-70
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
# Remove Faillog and Lastlog to reduce the size of the final image.
RUN rm /var/log/lastlog /var/log/faillog
#
#--------------------------------------------------------------------------
# Mandatory Software's Installation

View File

@ -16,6 +16,9 @@ FROM laradock/workspace:1.9-71
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
# Remove Faillog and Lastlog to reduce the size of the final image.
RUN rm /var/log/lastlog /var/log/faillog
#
#--------------------------------------------------------------------------
# Mandatory Software's Installation