From e32b223d9ad790201e2f60c2b9a8e264c0b74525 Mon Sep 17 00:00:00 2001 From: pharr117 Date: Mon, 3 Jun 2024 11:29:43 -0400 Subject: [PATCH] Add zstd-dev to toolkit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60c2b65..3d36432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,8 @@ RUN apk add --no-cache \ lz4 \ nano \ npm \ - wget + wget \ + zstd-dev # Install busybox COPY --from=build-env /busybox/busybox /busybox/busybox