Skip to content

Commit f37fb91

Browse files
committed
Install pv (Pipe Viewer)
This is to allow monitoring download progress with timer, rate and size downloaded, e.g. for GitHub artifact download using "gh run download" which just shows a spinner and nothing else.
1 parent f0c9d47 commit f37fb91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM debian:sid-20201012-slim
3131

3232
LABEL org.opencontainers.image.authors="Joost van Ulden <joost.vanulden@canada.ca>, Anthony Fok <anthony.fok@canada.ca>"
3333
LABEL org.opencontainers.image.source="https://github.com/opendrr/python-env"
34-
LABEL org.opencontainers.image.version="1.2.0"
34+
LABEL org.opencontainers.image.version="1.2.1"
3535
LABEL org.opencontainers.image.vendor="Government of Canada"
3636
LABEL org.opencontainers.image.licenses="MIT"
3737

@@ -52,6 +52,7 @@ Pin-Priority: 50' > /etc/apt/preferences.d/git-in-bullseye \
5252
moreutils \
5353
nano \
5454
postgresql-client \
55+
pv \
5556
pypy3 \
5657
python3-numpy \
5758
python3-pandas \

0 commit comments

Comments
 (0)