From 439d3528d1e1507a3bc92278af61b9dc48d0e56b Mon Sep 17 00:00:00 2001 From: Peter <24580777+pharr117@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:47:00 -0400 Subject: [PATCH] Add zstd-dev to toolkit (#11) --- 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