mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: add missing zstd package to installation in Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TOOLS_DIR=/tools
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
curl git ca-certificates build-essential \
|
||||
zstd curl git ca-certificates build-essential \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Mise environment variables
|
||||
|
||||
Reference in New Issue
Block a user