Skip to content

Commit d48b8d4

Browse files
committed
Dockerfile: add missing zstd dependency
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 559b807 commit d48b8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3-slim
22
ARG PKGCHECK_VERSION
33

4-
RUN apt-get update && apt-get install -y git && \
4+
RUN apt-get update && apt-get install -y git zstd && \
55
rm -rf /var/lib/apt/lists/ /var/cache/apt /var/cache/dpkg && \
66
pip install pkgcheck==${PKGCHECK_VERSION} setuptools requests && \
77
pip cache purge

0 commit comments

Comments
 (0)