commit:     d48b8d4322b0e53aaac14a28116e61d91d4d5f82
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 00:35:57 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 00:37:12 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=d48b8d43

Dockerfile: add missing zstd dependency

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 00909bd4..1c6c719f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM python:3-slim
 ARG PKGCHECK_VERSION
 
-RUN apt-get update && apt-get install -y git && \
+RUN apt-get update && apt-get install -y git zstd && \
     rm -rf /var/lib/apt/lists/ /var/cache/apt /var/cache/dpkg && \
     pip install pkgcheck==${PKGCHECK_VERSION} setuptools requests && \
     pip cache purge

Reply via email to