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