From 71559ad064fbaf50715623972b53cd017eaca196 Mon Sep 17 00:00:00 2001 From: Michael Franklin Date: Thu, 22 Aug 2024 14:40:54 +1000 Subject: [PATCH] Don't try to apt get https://sdk.cloud.google.com --- images/aspera/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/aspera/Dockerfile b/images/aspera/Dockerfile index 8cb9f1c..d864882 100644 --- a/images/aspera/Dockerfile +++ b/images/aspera/Dockerfile @@ -10,7 +10,7 @@ RUN apt update && apt install -y \ gnupg \ skopeo \ wget \ - zip \ + zip && \ curl https://sdk.cloud.google.com > install.sh && \ bash install.sh --disable-prompts --install-dir=/opt && \ rm -r install.sh /var/lib/apt/lists/* /var/cache/apt/*