From 429e2da819e24afcb98a6566721b291e4ffb1bde Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Wed, 9 Mar 2022 07:56:13 -0700 Subject: [PATCH] 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. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9456607..a60a487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ FROM debian:sid-20201012-slim LABEL org.opencontainers.image.authors="Joost van Ulden , Anthony Fok " LABEL org.opencontainers.image.source="https://github.com/opendrr/python-env" -LABEL org.opencontainers.image.version="1.2.0" +LABEL org.opencontainers.image.version="1.2.1" LABEL org.opencontainers.image.vendor="Government of Canada" LABEL org.opencontainers.image.licenses="MIT" @@ -52,6 +52,7 @@ Pin-Priority: 50' > /etc/apt/preferences.d/git-in-bullseye \ moreutils \ nano \ postgresql-client \ + pv \ pypy3 \ python3-numpy \ python3-pandas \