Skip to content

Commit

Permalink
[1.18]Fix cloud-sdk:slim (#1594)
Browse files Browse the repository at this point in the history
* Fix cloud-sdk:slim

* remove whitespace
  • Loading branch information
sergii-ssh authored Mar 11, 2024
1 parent eca0b5d commit 7cf2ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN \
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg && \
mv bazel.gpg /etc/apt/trusted.gpg.d/ && \
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list && \
apt update -y && apt install bazel -y
apt update --allow-releaseinfo-change -y && apt install bazel -y

ENTRYPOINT [ "bash" ]

0 comments on commit 7cf2ce1

Please sign in to comment.