From aaa84cb7b88a5763bc05329065d4aaba2de53b6b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 15 Jan 2023 16:15:43 +0100 Subject: [PATCH] +pv -sjcl-cli --- docker/astroport/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/astroport/Dockerfile b/docker/astroport/Dockerfile index 604fb4a8..7d1b9f97 100644 --- a/docker/astroport/Dockerfile +++ b/docker/astroport/Dockerfile @@ -43,6 +43,7 @@ RUN apt-get update \ ntpdate \ openssh-client \ openssl* \ + pv \ python3 \ python3-brotli \ python3-dotenv \ @@ -99,7 +100,7 @@ RUN set -x && buildDeps=' \ && rm -rf /root/.cache \ && apt-get clean -RUN npm install -g tiddlywiki sjcl-cli +RUN npm install -g tiddlywiki ARG COMPOSE_REMOTE=https://github.com/docker/compose ARG COMPOSE_VERSION=2.5.0