From 1c39d84fe9eb3dcc3c6710dc73ef1d8ea7098182 Mon Sep 17 00:00:00 2001 From: Brad Johnson Date: Wed, 25 Sep 2024 14:22:52 +0200 Subject: [PATCH] Add gnu tar from alpine This is for better performance with large archives and optimized memory usage compared to the stripped down busybox tar. --- Dockerfile | 1 + native.Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0f4ecc..c4294d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,7 @@ RUN apk add --no-cache \ nano \ npm \ rsync \ + tar \ wget \ zstd-dev diff --git a/native.Dockerfile b/native.Dockerfile index e5f6795..cf812b4 100644 --- a/native.Dockerfile +++ b/native.Dockerfile @@ -42,6 +42,7 @@ RUN apk add --no-cache \ nano \ npm \ rsync \ + tar \ wget \ zstd-dev