From 58ed5113ab0f32968c898b7e3a7f6722677d7318 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 28 Sep 2020 07:35:11 -0500 Subject: [PATCH] Universal standard numbering and remove cleanup --- root/etc/cont-init.d/{03-git => 95-git} | 5 ----- 1 file changed, 5 deletions(-) rename root/etc/cont-init.d/{03-git => 95-git} (79%) diff --git a/root/etc/cont-init.d/03-git b/root/etc/cont-init.d/95-git similarity index 79% rename from root/etc/cont-init.d/03-git rename to root/etc/cont-init.d/95-git index 23fed0a..4b4004b 100644 --- a/root/etc/cont-init.d/03-git +++ b/root/etc/cont-init.d/95-git @@ -13,9 +13,4 @@ if [[ -n "$(command -v git)" ]]; then apk add --no-cache \ git fi - # cleanup - rm -rf \ - /tmp/* \ - /var/lib/apt/lists/* \ - /var/tmp/* fi