Skip to content

Commit

Permalink
Delete /var/cache/apk/* when done
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 13, 2023
1 parent 8bbfede commit 60250d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine-make-vm-image
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,8 @@ if grep -qw "$RESOLVCONF_MARK" etc/resolv.conf 2>/dev/null; then
EOF
fi

rm -Rf var/cache/apk/* ||:

einfo 'Completed'

cd - >/dev/null
Expand Down

0 comments on commit 60250d9

Please sign in to comment.