Skip to content

Commit

Permalink
cleanup apt a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRivers committed Sep 4, 2017
1 parent a78fe41 commit 0eab582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set
libswitch-perl \
libwww-perl \
libjson-perl \
&& \
apt-get clean
&& \
apt-get clean && rm -Rf /var/lib/apt/lists/*

RUN ( egrep -i "^${NAGIOS_GROUP}" /etc/group || groupadd $NAGIOS_GROUP ) && \
( egrep -i "^${NAGIOS_CMDGROUP}" /etc/group || groupadd $NAGIOS_CMDGROUP )
Expand Down

0 comments on commit 0eab582

Please sign in to comment.