From c09dc7bb58e2589383b8aad80f4dcdd9f43802b1 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 29 May 2022 17:13:26 +0100 Subject: [PATCH] Fix missing rootfs stage packages --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ Dockerfile.armhf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index dada1f1..9c25f67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN \ apk add --no-cache \ bash \ curl \ + patch \ + tar \ tzdata \ xz diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d7b13c0..f4959e0 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,6 +16,8 @@ RUN \ apk add --no-cache \ bash \ curl \ + patch \ + tar \ tzdata \ xz diff --git a/Dockerfile.armhf b/Dockerfile.armhf index c9a317a..f2f6d45 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -16,6 +16,8 @@ RUN \ apk add --no-cache \ bash \ curl \ + patch \ + tar \ tzdata \ xz