We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eb43b commit 6368759Copy full SHA for 6368759
utils/Containerfile
@@ -7,7 +7,7 @@ LABEL description="Miscellaneous utilities (git, pigz, rapidgzip, curl, wget, wg
7
LABEL org.opencontainers.image.source="https://github.com/dialvarezs/containers"
8
9
RUN apt-get update && apt-get upgrade -y && \
10
- apt-get install -y procps git pigz curl wget wget2 aria2 ripgrep && \
+ apt-get install -y procps git pigz curl wget wget2 aria2 ripgrep python3-pip && \
11
rm -fr /var/lib/apt/lists/*
12
13
RUN pip install --no-cache-dir rapidgzip
0 commit comments