From 9fcf5d8681f1d5b287173ad22cba3b73e462d616 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 10 Dec 2022 17:05:05 +0000 Subject: [PATCH] Minor Dockerfile optimisations --- Dockerfile | 2 -- Dockerfile.aarch64 | 2 -- Dockerfile.armhf | 2 -- 3 files changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94170a1..3f29907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,6 @@ RUN \ apk add --no-cache \ bash \ curl \ - patch \ - tar \ tzdata \ xz diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d2d6473..a74e825 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -18,8 +18,6 @@ RUN \ apk add --no-cache \ bash \ curl \ - patch \ - tar \ tzdata \ xz diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7d6c671..7560561 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -18,8 +18,6 @@ RUN \ apk add --no-cache \ bash \ curl \ - patch \ - tar \ tzdata \ xz