Skip to content

Commit

Permalink
Merge pull request #33 from mattmadeofpasta/master
Browse files Browse the repository at this point in the history
Debian based: Delete the cached APT lists
  • Loading branch information
hadfl authored May 19, 2022
2 parents 2c74032 + a11a3ba commit 0acff81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ apt-get install -yq \
net-tools \
iputils-ping
apt-get -qq clean
rm -rf /var/lib/apt/lists/*
apt-get -qq autoremove

# disable services we do not need
Expand Down
1 change: 1 addition & 0 deletions devuan/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ apt-get install -yq \
# consolekit to be installed automatically
apt-get remove -yq elogind
apt-get -qq clean
rm -rf /var/lib/apt/lists/*
apt-get -qq autoremove

# disable services we do not need
Expand Down
1 change: 1 addition & 0 deletions ubuntu/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apt-get install -yq \
rsync \
tzdata
apt-get -qq clean
rm -rf /var/lib/apt/lists/*
apt-get -qq autoremove

# disable services we do not need
Expand Down

0 comments on commit 0acff81

Please sign in to comment.