We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559b807 commit d48b8d4Copy full SHA for d48b8d4
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3-slim
2
ARG PKGCHECK_VERSION
3
4
-RUN apt-get update && apt-get install -y git && \
+RUN apt-get update && apt-get install -y git zstd && \
5
rm -rf /var/lib/apt/lists/ /var/cache/apt /var/cache/dpkg && \
6
pip install pkgcheck==${PKGCHECK_VERSION} setuptools requests && \
7
pip cache purge
0 commit comments