Skip to content

Commit 6368759

Browse files
committed
Fix container
1 parent e6eb43b commit 6368759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL description="Miscellaneous utilities (git, pigz, rapidgzip, curl, wget, wg
77
LABEL org.opencontainers.image.source="https://github.com/dialvarezs/containers"
88

99
RUN apt-get update && apt-get upgrade -y && \
10-
apt-get install -y procps git pigz curl wget wget2 aria2 ripgrep && \
10+
apt-get install -y procps git pigz curl wget wget2 aria2 ripgrep python3-pip && \
1111
rm -fr /var/lib/apt/lists/*
1212

1313
RUN pip install --no-cache-dir rapidgzip

0 commit comments

Comments
 (0)