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