Skip to content

Commit

Permalink
Don't try to apt get https://sdk.cloud.google.com
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Aug 22, 2024
1 parent a362c1a commit 71559ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/aspera/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 71559ad

Please sign in to comment.