Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #18 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Purge autoremoved packages and exclude resolv.conf
  • Loading branch information
Jonathan Dowland authored Dec 9, 2016
2 parents 8c296f6 + 92cd531 commit 5c57399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN if grep -q jessie /etc/apt/sources.list; then \

RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y autoremove \
&& apt-get -y --purge autoremove \
&& apt-get clean \
&& find /var/lib/apt/lists -type f -delete

Expand Down

0 comments on commit 5c57399

Please # to comment.